ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / GridPanel Class / GetDataRaw Method
Index of the row that contains the cell.
Index of the column that contains the cell.

In This Topic
    GetDataRaw Method (GridPanel)
    In This Topic
    Gets or sets the raw content of a specific cell.
    Syntax
    'Declaration
     
    
    Public Function GetDataRaw( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Object
    public object GetDataRaw( 
       int row,
       int col
    )

    Parameters

    row
    Index of the row that contains the cell.
    col
    Index of the column that contains the cell.

    Return Value

    The formatted value of the cell.
    See Also