Class GraphicCellSpanInfo
Inheritance
System.Object
GraphicCellSpanInfo
Implements
System.IDisposable
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
Description |
System.Int32 |
|
ColumnIndex
Declaration
public int ColumnIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OffsetX
Declaration
public double OffsetX { get; set; }
Property Value
Type |
Description |
System.Double |
|
OffsetY
Declaration
public double OffsetY { get; set; }
Property Value
Type |
Description |
System.Double |
|
RowIndex
Declaration
public int RowIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
CompareTo(GraphicCellSpanInfo)
Declaration
public int CompareTo(GraphicCellSpanInfo other)
Parameters
Returns
Type |
Description |
System.Int32 |
|
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
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 |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Implements
System.IDisposable
System.IComparable<T>
System.IComparable