Class GridRangeOptions
Defines the Grid range options.Used by RangeInfoToRectangle(GridRangeInfo) to enlarge the affected range of cells to include covered and floating cells.
Inheritance
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridRangeOptions : Enum
Fields
CalculateNonClientArea
Included are outside of the current visible grid view. Otherwise RangeInfoToRectangle(GridRangeInfo) will ignore cells that are not visible.
Declaration
public const GridRangeOptions CalculateNonClientArea
Field Value
| Type |
|---|
| GridRangeOptions |
MergeAllSpannedCells
Combines MergeCoveredCells, MergeMergedCells, MergeFloatedCells and MergeBanneredCells.
Declaration
public const GridRangeOptions MergeAllSpannedCells
Field Value
| Type |
|---|
| GridRangeOptions |
MergeBanneredCells
Enlarge range with any bannered cells that intersect with the original range.
Declaration
public const GridRangeOptions MergeBanneredCells
Field Value
| Type |
|---|
| GridRangeOptions |
MergeCoveredCells
Enlarge range with any covered cells that intersect with the original range.
Declaration
public const GridRangeOptions MergeCoveredCells
Field Value
| Type |
|---|
| GridRangeOptions |
MergeFloatedCells
Enlarge range with any floating cells that intersect with the original range.
Declaration
public const GridRangeOptions MergeFloatedCells
Field Value
| Type |
|---|
| GridRangeOptions |
MergeMergedCells
Enlarge range with any merged cells (not implemented, reserved for future use) that intersect with the original range.
Declaration
public const GridRangeOptions MergeMergedCells
Field Value
| Type |
|---|
| GridRangeOptions |
None
Use range as specified.
Declaration
public const GridRangeOptions None
Field Value
| Type |
|---|
| GridRangeOptions |