FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / GetCellText Method / GetCellText(GridControlRange) Method

In This Topic
    GetCellText(GridControlRange) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides NotOverridable Function GetCellText( _
       ByVal range As GridControlRange _
    ) As String
    public override string GetCellText( 
       GridControlRange range
    )

    Parameters

    range
    See Also