'Declaration Public Sub GetCellTextAndFontProperties( _
ByVal cellThe cell.As SheetCell, _
ByVal cellReferenceThe cell reference.As CellReference, _
ByRef textPropertiesThe text properties.As TextProperties, _
ByRef fontPropertiesThe font properties.As FontProperties _
)
public void GetCellTextAndFontProperties(
SheetCell cell,
CellReference cellReference,
out TextProperties textProperties,
out FontProperties fontProperties
)
public: void GetCellTextAndFontProperties(
SheetCell* cell,
CellReference* cellReference,
[PARAMFLAG::Out] TextProperties* textProperties,
[PARAMFLAG::Out] FontProperties* fontProperties
)
public:
void GetCellTextAndFontProperties(
SheetCell^ cell,
CellReference^ cellReference,
[Out] TextProperties^ textProperties,
[Out] FontProperties^ fontProperties
)
Parameters
- cell
- The cell.
- cellReference
- The cell reference.
- textProperties
- The text properties.
- fontProperties
- The font properties.
Return Value
The text and font properties.