WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridNonImmutableRangeInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridNonImmutableRangeInfo

    GridNonImmutableRangeInfo is derived from GridRangeInfo and lets you change Top, Left, Bottom, and Right properties of the object.

    Inheritance
    System.Object
    GridRangeInfo
    GridNonImmutableRangeInfo
    Implements
    System.IFormattable
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    Inherited Members
    GridRangeInfo.Empty
    GridRangeInfo.GetObjectData(SerializationInfo, StreamingContext)
    GridRangeInfo.CopyAllMembers(GridRangeInfo)
    GridRangeInfo.FromTlhw(Int32, Int32, Int32, Int32)
    GridRangeInfo.Cell(Int32, Int32)
    GridRangeInfo.Cells(Int32, Int32, Int32, Int32)
    GridRangeInfo.Row(Int32)
    GridRangeInfo.Rows(Int32, Int32)
    GridRangeInfo.Col(Int32)
    GridRangeInfo.Cols(Int32, Int32)
    GridRangeInfo.EmptyRange()
    GridRangeInfo.Table()
    GridRangeInfo.Auto(Int32, Int32)
    GridRangeInfo.Auto(Int32, Int32, Int32, Int32)
    GridRangeInfo.GetFirstCell(Int32, Int32)
    GridRangeInfo.GetNextCell(Int32, Int32)
    GridRangeInfo.GetNextCell(Int32, Int32, Boolean)
    GridRangeInfo.ExpandRange(Int32, Int32, Int32, Int32)
    GridRangeInfo.OffsetRange(Int32, Int32)
    GridRangeInfo.IntersectsWith(GridRangeInfo)
    GridRangeInfo.Contains(GridRangeInfo)
    GridRangeInfo.IntersectRange(GridRangeInfo)
    GridRangeInfo.IntersectRange(GridRangeInfo, GridRangeInfo)
    GridRangeInfo.UnionRange(GridRangeInfo)
    GridRangeInfo.UnionRange(GridRangeInfo, GridRangeInfo)
    GridRangeInfo.Equals(Object)
    GridRangeInfo.GetHashCode()
    GridRangeInfo.Compare(GridRangeInfo, GridRangeInfo)
    GridRangeInfo.GetAlphaLabel(Int32)
    GridRangeInfo.GetNumericLabel(Int32)
    GridRangeInfo.ToString()
    GridRangeInfo.ToString(IFormatProvider)
    GridRangeInfo.ToString(String)
    GridRangeInfo.ToString(String, IFormatProvider)
    GridRangeInfo.Parse(String)
    GridRangeInfo.IsTable
    GridRangeInfo.IsRows
    GridRangeInfo.IsCols
    GridRangeInfo.IsCells
    GridRangeInfo.IsEmpty
    GridRangeInfo.Width
    GridRangeInfo.Height
    GridRangeInfo.Info
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridNonImmutableRangeInfo : GridRangeInfo, IFormattable, ICloneable, ISerializable

    Constructors

    GridNonImmutableRangeInfo()

    Initializes an empty instance of GridNonImmutableRangeInfo class.

    Declaration
    public GridNonImmutableRangeInfo()

    GridNonImmutableRangeInfo(GridRangeInfo)

    Initializes a new instance of GridNonImmutableRangeInfo and copies data from an existing GridRangeInfo.

    Declaration
    public GridNonImmutableRangeInfo(GridRangeInfo range)
    Parameters
    Type Name Description
    GridRangeInfo range

    A GridRangeInfo that holds data to be copied from.

    Properties

    Bottom

    Gets or sets the bottom row index of the range.

    Declaration
    public int Bottom { get; set; }
    Property Value
    Type Description
    System.Int32

    Left

    Gets or sets the left column index of the range.

    Declaration
    public int Left { get; set; }
    Property Value
    Type Description
    System.Int32

    RangeType

    Gets or sets the GridRangeInfoType for this GridRangeInfo object.

    Declaration
    public GridRangeInfoType RangeType { get; set; }
    Property Value
    Type Description
    GridRangeInfoType

    Right

    Gets or sets the right column index of the range.

    Declaration
    public int Right { get; set; }
    Property Value
    Type Description
    System.Int32

    Top

    Gets or sets the top row index of the range.

    Declaration
    public int Top { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Clone()

    Creates a deep copy of the GridNonImmutableRangeInfo object.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A duplicate of the current object.

    Overrides
    GridRangeInfo.Clone()

    ToRangeInfo()

    Returns a new GridRangeInfo based on the GridNonImmutableRangeInfo object.

    Declaration
    public GridRangeInfo ToRangeInfo()
    Returns
    Type Description
    GridRangeInfo

    The new GridRangeInfo.

    Implements

    System.IFormattable
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved