Gets formatted text is using
XLStyle format value of the cell.
'Declaration
Public Function GetFormattedText( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.String
public System.string GetFormattedText(
System.int ,
System.int
)
Parameters
- rowIndex
- Index of the row.
- colIndex
- Index of the column.
Return Value
The formatted text of the cell with row and column indexes.