C1.Excel Assembly / C1.Excel Namespace / XLSheet Class / GetFormattedText Method
Index of the row.
Index of the column.

In This Topic
GetFormattedText Method
In This Topic
Gets formatted text is using XLStyle format value of the cell.
Syntax
'Declaration
 
Public Function GetFormattedText( _
   ByVal rowIndex As System.Integer, _
   ByVal colIndex As System.Integer _
) As System.String
 

Parameters

rowIndex
Index of the row.
colIndex
Index of the column.

Return Value

The formatted text of the cell with row and column indexes.
See Also