menu

WPF

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

    Show / Hide Table of Contents

    Class GraphicCellSpanInfo

    Inheritance
    System.Object
    GraphicCellSpanInfo
    Implements
    System.IDisposable
    System.IComparable<GraphicCellSpanInfo>
    System.IComparable
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GraphicCellSpanInfo : IDisposable, IComparable<GraphicCellSpanInfo>, IComparable

    Constructors

    GraphicCellSpanInfo()

    Declaration
    public GraphicCellSpanInfo()

    GraphicCellSpanInfo(Int32, Int32)

    Declaration
    public GraphicCellSpanInfo(int row, int column)
    Parameters
    Type Name Description
    System.Int32 row
    System.Int32 column

    GraphicCellSpanInfo(Int32, Int32, Double, Double)

    Declaration
    public GraphicCellSpanInfo(int row, int column, double width, double height)
    Parameters
    Type Name Description
    System.Int32 row
    System.Int32 column
    System.Double width
    System.Double height

    Properties

    CellSpanIndex

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

    ColumnIndex

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

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    OffsetX

    Declaration
    public double OffsetX { get; set; }
    Property Value
    Type
    System.Double

    OffsetY

    Declaration
    public double OffsetY { get; set; }
    Property Value
    Type
    System.Double

    RowIndex

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

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double

    Methods

    CompareTo(GraphicCellSpanInfo)

    Declaration
    public int CompareTo(GraphicCellSpanInfo other)
    Parameters
    Type Name Description
    GraphicCellSpanInfo other
    Returns
    Type
    System.Int32

    CompareTo(Object)

    Declaration
    public int CompareTo(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type
    System.Int32

    Dispose()

    Declaration
    public virtual void Dispose()

    Equals(Object)

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

    GetHashCode()

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

    ToString()

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

    Implements

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