Enum GridRangeInfoType
Defines the range type for a GridRangeInfo.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.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. |