Enum GridRangeInfoType
Identifies the range type for a GridRangeInfo.
Namespace: Syncfusion.Olap.Engine
Assembly: Syncfusion.Olap.Base.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. |