'Declaration Public Function GetCellContentAnchor( _
ByVal textPropertiesThe text properties.As TextProperties, _
ByVal dataTypeThe cell data type.As CellDataType _
) As Vintasoft.Imaging.AnchorType
public Vintasoft.Imaging.AnchorType GetCellContentAnchor(
TextProperties textProperties,
CellDataType dataType
)
public: Vintasoft.Imaging.AnchorType GetCellContentAnchor(
TextProperties* textProperties,
CellDataType dataType
)
public:
Vintasoft.Imaging.AnchorType GetCellContentAnchor(
TextProperties^ textProperties,
CellDataType dataType
)
Parameters
- textProperties
- The text properties.
- dataType
- The cell data type.
Return Value
Text anchor.