FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDateTimeColumn Class / GetCellText Method

In This Topic
    GetCellText Method (GridDateTimeColumn)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetCellText( _
       ByVal cellType As GridCellType, _
       ByVal row As GridRow _
    ) As String
    public override string GetCellText( 
       GridCellType cellType,
       GridRow row
    )

    Parameters

    cellType
    row
    See Also