[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellRange.op_Explicit

explicit operator Operator

explicit operator GridCellRange(GridControlRange)

Implicit operator which converts a GridControlRange to a GridCellRange.

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

The range to convert.

Returns
Type Description
GridCellRange