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

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

    Parameters

    range
    See Also