[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.GetSelectionRange

GetSelectionRange Method

GetSelectionRange(GridControlRange)

Gets the effective selection range from another range.

Declaration
public override GridControlRange GetSelectionRange(GridControlRange rng)
Public Overrides Function GetSelectionRange(rng As GridControlRange) As GridControlRange
Parameters
Type Name Description
GridControlRange rng
Returns
Type Description
GridControlRange
Overrides