menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CoveredCellInfo - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CoveredCellInfo

    Represents a class which holds the range and options for a covered cell. A covered 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
    CoveredCellInfo
    Implements
    System.IComparable<CellSpanInfoBase>
    System.IComparable
    Inherited Members
    CellSpanInfo.ClipColumns
    CellSpanInfo.ClipRows
    CellSpanInfoBase.Bottom
    CellSpanInfoBase.CompareTo(CellSpanInfoBase)
    CellSpanInfoBase.Contains(Int32, Int32)
    CellSpanInfoBase.Contains(RowColumnIndex)
    CellSpanInfoBase.ContainsColumn(Int32)
    CellSpanInfoBase.ContainsRow(Int32)
    CellSpanInfoBase.Height
    CellSpanInfoBase.Left
    CellSpanInfoBase.Offset(Int32, Int32)
    CellSpanInfoBase.Offset(Int32, Int32, Boolean, Boolean)
    CellSpanInfoBase.Right
    CellSpanInfoBase.Top
    CellSpanInfoBase.Width
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class CoveredCellInfo : CellSpanInfo, IComparable<CellSpanInfoBase>, IComparable

    Constructors

    CoveredCellInfo()

    Initializes a new instance of the CoveredCellInfo class.

    Declaration
    public CoveredCellInfo()

    CoveredCellInfo(Int32, Int32, Int32, Int32)

    Initializes a new instance of the CoveredCellInfo class.

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

    The top row index.

    System.Int32 left

    The left column index.

    System.Int32 bottom

    The bottom row index.

    System.Int32 right

    The right column index.

    Properties

    SpanWholeColumn

    Gets or sets a value indicating whether the covered cell spans the whole column.

    Declaration
    public bool SpanWholeColumn { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the covered cell spans the whole column; otherwise, false.

    SpanWholeRow

    Gets or sets a value indicating whether the covered cell spans the whole row.

    Declaration
    public bool SpanWholeRow { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the covered cell spans the whole row; otherwise, false.

    Methods

    Equals(Object)

    Determines whether the specified System.Object is equal to the current System.Object.

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

    The System.Object to compare with the current System.Object.

    Returns
    Type Description
    System.Boolean

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

    Overrides
    CellSpanInfo.Equals(Object)

    GetHashCode()

    Serves as a hash function for a particular type.

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

    A hash code for the current System.Object.

    Overrides
    CellSpanInfo.GetHashCode()

    ToString()

    Returns a string describing the state of the object.

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

    Implements

    System.IComparable<>
    System.IComparable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved