Gets formatted text is using XLStyle format value of the cell.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public string GetFormattedText( int rowIndex, int colIndex ) |
Visual Basic |
---|
Public Function GetFormattedText ( _ rowIndex As Integer, _ colIndex As Integer _ ) As String |
Parameters
- rowIndex
- Type: System..::..Int32
Index of the row.
- colIndex
- Type: System..::..Int32
Index of the column.