[]
        
(Showing Draft Content)

C1.Excel.XLSheet.GetFormattedText

GetFormattedText Method

GetFormattedText(int, int)

Gets formatted text is using XLStyle format value of the cell.

Declaration
public string GetFormattedText(int rowIndex, int colIndex)
Parameters
Type Name Description
int rowIndex

Index of the row.

int colIndex

Index of the column.

Returns
Type Description
string

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