Class CoveredCellInfo
Defines the merge range by Top, Bottom, Left and Right.
Inheritance
System.Object
CoveredCellInfo
Implements
System.IComparable
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class CoveredCellInfo : Object, IComparable<CoveredCellInfo>, IComparable
Constructors
CoveredCellInfo(Int32, Int32, Int32, Int32)
Declaration
public CoveredCellInfo(int left, int right, int top, int bottom)
Parameters
Type |
Name |
Description |
System.Int32 |
left |
|
System.Int32 |
right |
|
System.Int32 |
top |
|
System.Int32 |
bottom |
|
CoveredCellInfo(Int32, Int32, Int32, Int32, Int32)
Declaration
public CoveredCellInfo(int row, int left, int right, int top, int bottom)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
left |
|
System.Int32 |
right |
|
System.Int32 |
top |
|
System.Int32 |
bottom |
|
CoveredCellInfo(String, Int32, Int32, Int32, Int32)
Declaration
public CoveredCellInfo(string name, int left, int right, int top, int bottom)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
left |
|
System.Int32 |
right |
|
System.Int32 |
top |
|
System.Int32 |
bottom |
|
Properties
Bottom
Gets the bottom index for the cell.
Declaration
public int Bottom { get; }
Property Value
Type |
Description |
System.Int32 |
|
Height
Gets Height for the cell.
Declaration
public int Height { get; }
Property Value
Type |
Description |
System.Int32 |
|
Left
Gets Left index for the cell.
Declaration
Property Value
Type |
Description |
System.Int32 |
|
MappedRowColumnIndex
Gets or sets the RowColumnIndex of the GridCell that spanned the range in view.
Declaration
public RowColumnIndex MappedRowColumnIndex { get; set; }
Property Value
Name
Gets Name of the StackedColumn corresponding to the Cell.
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Right
Gets Right index for the cell.
Declaration
public int Right { get; }
Property Value
Type |
Description |
System.Int32 |
|
Row
Gets Row index for the coveredCell.
Declaration
Property Value
Type |
Description |
System.Int32 |
|
RowSpan
Gets or sets RowSpan for the cell.
Declaration
public int RowSpan { get; }
Property Value
Type |
Description |
System.Int32 |
|
Top
Gets the top index for the cell.
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Width
Declaration
public int Width { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
CompareTo(CoveredCellInfo)
Declaration
public int CompareTo(CoveredCellInfo other)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Contains(Int32, Int32)
Determines the specified cell is inside span.
Declaration
public bool Contains(int rowIndex, int columnIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
rowIndex |
|
System.Int32 |
columnIndex |
|
Returns
Type |
Description |
System.Boolean |
|
ContainsColumn(Int32)
Determines the specified column is inside range.
Declaration
public bool ContainsColumn(int columnIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
columnIndex |
|
Returns
Type |
Description |
System.Boolean |
|
ContainsRow(Int32)
Determines the specified row is inside span.
Declaration
public bool ContainsRow(int rowIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
rowIndex |
|
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements
System.IComparable<>
System.IComparable
Extension Methods