WPF

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

    Show / Hide Table of Contents

    Class CoveredCellRange

    This class defines a set of four integers that define a covered range in the zero-based coordinate system of a PivotTable.

    Inheritance
    System.Object
    CoveredCellRange
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PivotAnalysis.Base
    Assembly: Syncfusion.PivotAnalysis.Base.dll
    Syntax
    public class CoveredCellRange

    Constructors

    CoveredCellRange()

    Initializes a new instance of the CoveredCellRange class.

    Declaration
    public CoveredCellRange()

    CoveredCellRange(Int32, Int32, Int32, Int32)

    Constructor to define the range of covered cells.

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

    Top index of the cell.

    System.Int32 left

    Left index of the cell.

    System.Int32 bottom

    Bottom index of the cell.

    System.Int32 right

    Right index of the cell.

    Properties

    Bottom

    Gets or sets the bottom index.

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

    Left

    Gets or sets the left index.

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

    Right

    Gets or sets the right index.

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

    Top

    Gets or sets the top index.

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

    Methods

    ToString()

    Converts the covered cell ranges into string format.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved