Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLSheet Class / GetFormattedText Method
Index of the row.
Index of the column.

In This Topic
    GetFormattedText Method (XLSheet)
    In This Topic
    Gets formatted text is using XLStyle format value of the cell.
    Syntax
    'Declaration
     
    
    Public Function GetFormattedText( _
       ByVal rowIndex As Integer, _
       ByVal colIndex As Integer _
    ) As String
    public string GetFormattedText( 
       int rowIndex,
       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