'Declaration Public Function GetCellTextProperties( _
ByVal cellReferenceThe cell reference.As CellReference _
) As TextProperties
public TextProperties GetCellTextProperties(
CellReference cellReference
)
public: TextProperties* GetCellTextProperties(
CellReference* cellReference
)
public:
TextProperties^ GetCellTextProperties(
CellReference^ cellReference
)
Parameters
- cellReference
- The cell reference.
Return Value
The text properties.