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

Namespace:  C1.Silverlight.Excel
Assembly:  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.

Return Value

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

See Also