Class ColumnLayoutBox
Represents a column layout box.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Layout
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ColumnLayoutBox : LayoutBox
Constructors
ColumnLayoutBox(Int32, Rect)
Initializes a new instance of the Column
Declaration
public ColumnLayoutBox(int columnIndex, Rect rect)
Parameters
System. Index of the column. |
System. The rectangle. |
Properties
ColumnIndex
Gets the index of the column.
Declaration
public int ColumnIndex { get; }
Property Value
System. The index of the column. |
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. |