Class CellLayoutBox
Represents a cell layout box.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Layout
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CellLayoutBox : LayoutBox
Constructors
CellLayoutBox(Int32, Int32, Rect, CellMergeState)
Initializes a new instance of the Cell
Declaration
public CellLayoutBox(int rowIndex, int columnIndex, Rect rect, CellMergeState mergeState)
Parameters
System. Index of the row. |
System. Index of the column. |
System. The rectangle. |
Cell The merge. |
Properties
ColumnIndex
Gets the index of the column.
Declaration
public int ColumnIndex { get; }
Property Value
System. The index of the column. |
Index
Gets the cell index.
Declaration
public CellIndex Index { get; }
Property Value
Cell The index. |
MergeState
Gets the merge state of the cell.
Declaration
public CellMergeState MergeState { get; }
Property Value
Cell The merge state of the cell. |
RowIndex
Gets the index of the row.
Declaration
public int RowIndex { get; }
Property Value
System. The index of the row. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
Overrides
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |