Class RowLayoutBox
Represents a row layout box.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Layout
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class RowLayoutBox : LayoutBox
Constructors
RowLayoutBox(Int32, Rect)
Initializes a new instance of the Row
Declaration
public RowLayoutBox(int rowIndex, Rect rect)
Parameters
System. Index of the row. |
System. The rectangle. |
Properties
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. |