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