menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct GridRange - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct GridRange

    Specifies the grid ranges.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    public struct GridRange

    Properties

    Bottom

    Gets or sets the bottom.

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

    The bottom.

    Left

    Gets or sets the left.

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

    The left.

    Right

    Gets or sets the right.

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

    The right.

    Top

    Gets or sets the top.

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

    The top.

    Methods

    Cells(Int32, Int32, Int32, Int32)

    Cellses the specified left.

    Declaration
    public static GridRange Cells(int left, int top, int right, int bottom)
    Parameters
    Type Name Description
    System.Int32 left

    The left.

    System.Int32 top

    The top.

    System.Int32 right

    The right.

    System.Int32 bottom

    The bottom.

    Returns
    Type Description
    GridRange

    The Grid range.

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type
    System.String
    Overrides
    System.ValueType.ToString()

    Operators

    Equality(GridRange, GridRange)

    Declaration
    public static bool operator ==(GridRange range1, GridRange range2)
    Parameters
    Type Name Description
    GridRange range1
    GridRange range2
    Returns
    Type
    System.Boolean

    Inequality(GridRange, GridRange)

    Declaration
    public static bool operator !=(GridRange range1, GridRange range2)
    Parameters
    Type Name Description
    GridRange range1
    GridRange range2
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved