alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    System.Object
    GridRangeOptions
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved