GetCellDisplayValue<T> Method
In This Topic
Syntax
'Declaration
Public Function GetCellDisplayValue(Of )( _
ByVal As C1.WPF.Grid.GridCellType, _
ByVal As C1.WPF.Grid.GridRow, _
ByVal column As C1.WPF.Grid.GridColumn _
) As
public GetCellDisplayValue<>(
C1.WPF.Grid.GridCellType ,
C1.WPF.Grid.GridRow ,
C1.WPF.Grid.GridColumn column
)
Parameters
- cellType
- row
- column
Type Parameters
- T
See Also