GetCellText(GridCellType,GridCellRange) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetCellText( _
ByVal As C1.WPF.Grid.GridCellType, _
ByVal As C1.WPF.Grid.GridCellRange _
) As String
public string GetCellText(
C1.WPF.Grid.GridCellType ,
C1.WPF.Grid.GridCellRange
)
Parameters
- cellType
- range
See Also