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