[]
Creates the selection menu.
protected virtual Task<GridSelectionMenu> CreateSelectionMenu(IReadOnlyList<GridCellRange> ranges)
Type | Name | Description |
---|---|---|
IReadOnlyList<GridCellRange> | ranges | The collection of ranges from which the selection menu will be opened. |
Type | Description |
---|---|
Task<GridSelectionMenu> |