WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridDateTimeColumn Class / GetCellText Method
The type of cell.
The row that determines the cell.
In This Topic
    GetCellText Method (GridDateTimeColumn)
    In This Topic
    Gets the text corresponding to the cell in the intersection of the specified row and this column.
    Syntax
    public override string GetCellText( 
       GridCellType cellType,
       GridRow row
    )

    Parameters

    cellType
    The type of cell.
    row
    The row that determines the cell.
    See Also