Excel for WPF and Silverlight
GetFormattedText Method (XLSheet)

C1.WPF.Excel Namespace > XLSheet Class : GetFormattedText Method
Index of the row.
Index of the column.
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
public System.string GetFormattedText( 
   System.int rowIndex,
   System.int colIndex
)

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

Reference

XLSheet Class
XLSheet Members