Enum GridRangeInfoType
Namespace: Syncfusion.UI.Xaml.CellGrid
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public enum GridRangeInfoType
Fields
| Name | Description |
|---|---|
| Cells | Range of cells. |
| Cols | Range with columns. |
| Empty | Range is empty. |
| Rows | Range with rows. |
| Table | Range is a whole table. |