WPF

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

    Show / Hide Table of Contents

    Class OverlappingCellInfo

    Holds the range and options for a Image cell. A Image cell is a cell that spans over neighbouring cells. All cells in this range are treated as one single cell.

    Inheritance
    System.Object
    CellSpanInfoBase
    CellSpanInfo
    OverlappingCellInfo
    Implements
    System.IDisposable
    System.IComparable<CellSpanInfoBase>
    System.IComparable
    Inherited Members
    CellSpanInfo.ClipRows
    CellSpanInfo.ClipColumns
    CellSpanInfoBase.top
    CellSpanInfoBase.left
    CellSpanInfoBase.bottom
    CellSpanInfoBase.right
    CellSpanInfoBase.Contains(RowColumnIndex)
    CellSpanInfoBase.ContainsRow(Int32)
    CellSpanInfoBase.ContainsColumn(Int32)
    CellSpanInfoBase.Contains(Int32, Int32)
    CellSpanInfoBase.CompareTo(CellSpanInfoBase)
    CellSpanInfoBase.IComparable.CompareTo(Object)
    CellSpanInfoBase.Offset(Int32, Int32)
    CellSpanInfoBase.Offset(Int32, Int32, Boolean, Boolean)
    CellSpanInfoBase.Dispose()
    CellSpanInfoBase.Top
    CellSpanInfoBase.Left
    CellSpanInfoBase.Bottom
    CellSpanInfoBase.Right
    CellSpanInfoBase.Width
    CellSpanInfoBase.Height
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class OverlappingCellInfo : CellSpanInfo, IDisposable, IComparable<CellSpanInfoBase>, IComparable

    Constructors

    OverlappingCellInfo()

    Initializes a new instance of the OverlappingCellInfo class.

    Declaration
    public OverlappingCellInfo()

    OverlappingCellInfo(Int32, Int32, Int32, Int32)

    Initializes a new instance of the OverlappingCellInfo class.

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

    The top.

    System.Int32 left

    The left.

    System.Int32 bottom

    The bottom.

    System.Int32 right

    The right.

    OverlappingCellInfo(Int32, Int32, Int32, Int32, Boolean, Boolean)

    Initializes a new instance of the OverlappingCellInfo class.

    Declaration
    public OverlappingCellInfo(int top, int left, int bottom, int right, bool clipRows, bool clipColumns)
    Parameters
    Type Name Description
    System.Int32 top

    The top.

    System.Int32 left

    The left.

    System.Int32 bottom

    The bottom.

    System.Int32 right

    The right.

    System.Boolean clipRows

    if set to true allow estimates for out of view rows.

    System.Boolean clipColumns

    if set to true allow estimates for out of view columns.

    Methods

    Equals(Object)

    Determines whether the specified System.Object is equal to this instance.

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

    The System.Object to compare with this instance.

    Returns
    Type Description
    System.Boolean

    true if the specified System.Object is equal to this instance; otherwise, false.

    Overrides
    CellSpanInfo.Equals(Object)

    GetHashCode()

    Returns a hash code for this instance.

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

    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

    Overrides
    CellSpanInfo.GetHashCode()

    ToString()

    Returns a System.String that represents this instance.

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

    A System.String that represents this instance.

    Overrides
    CellSpanInfo.ToString()

    Implements

    System.IDisposable
    System.IComparable<T>
    System.IComparable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved