WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridRangeOptions - WindowsForms API Reference | Syncfusion RangeInfoToRectangle(GridRangeInfo) to enlarge the affected range of cells to include covered and floating cells. ">

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved