[]
        
(Showing Draft Content)

C1.WPF.Grid.GridCellRange.op_Implicit

implicit operator Operator

implicit operator GridControlRange(GridCellRange)

Cast operator which converts a GridCellRange to a GridControlRange.

Declaration
public static implicit operator GridControlRange(GridCellRange range)
Public Shared Widening Operator CType(range As GridCellRange) As GridControlRange
Parameters
Type Name Description
GridCellRange range

The range to convert.

Returns
Type Description
GridControlRange