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.
Inherited Members
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 |
System.Boolean | clipColumns | if set to |
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 |
|
Overrides
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
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. |