ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheet Class / GetFormattedText Method
Index of the row.
Index of the column.

In This Topic
    GetFormattedText Method
    In This Topic
    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