Class GraphicCellSpanInfo
Inheritance
System.Object
GraphicCellSpanInfo
Implements
System.IDisposable
System.IComparable
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicCellSpanInfo : Object, 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
ColumnIndex
Declaration
public int ColumnIndex { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
OffsetX
Declaration
public double OffsetX { get; set; }
Property Value
OffsetY
Declaration
public double OffsetY { get; set; }
Property Value
RowIndex
Declaration
public int RowIndex { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
Methods
CompareTo(GraphicCellSpanInfo)
Declaration
public int CompareTo(GraphicCellSpanInfo other)
Parameters
Returns
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Dispose()
Declaration
public virtual void Dispose()
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
ToString()
Declaration
public override string ToString()
Returns
Implements
System.IDisposable
System.IComparable<>
System.IComparable