Enum GridRangeInfoType
Identifies the range type for a GridRangeInfo.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
[Flags]
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. |