Class GridRangeInfoType
Inheritance
System.Object
GridRangeInfoType
Namespace: Syncfusion.UI.Xaml.CellGrid
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class GridRangeInfoType : Enum
Fields
Cells
Range of cells.
Declaration
public const GridRangeInfoType Cells
Field Value
Type |
---|
GridRangeInfoType |
Cols
Range with columns.
Declaration
public const GridRangeInfoType Cols
Field Value
Type |
---|
GridRangeInfoType |
Empty
Range is empty.
Declaration
public const GridRangeInfoType Empty
Field Value
Type |
---|
GridRangeInfoType |
Rows
Range with rows.
Declaration
public const GridRangeInfoType Rows
Field Value
Type |
---|
GridRangeInfoType |
Table
Range is a whole table.
Declaration
public const GridRangeInfoType Table
Field Value
Type |
---|
GridRangeInfoType |