ClassColumnLayoutBox
Class
Defines the positioned rectangular bounds of an entire column for rendering and hit-testing operations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Layout
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class ColumnLayoutBox : LayoutBox
Inheritance: objectLayoutBoxColumnLayoutBox
Inherited Members
Constructors
ColumnLayoutBox(int, Rect)
Initializes a new instance of the ColumnLayoutBox class.
Properties
ColumnIndex
Zero-based position of this column in the worksheet grid.
Declaration
cs-api-definition
public int ColumnIndex { get; }
Property Value
The index of the column.
Methods
Equals(object)
Compares this column layout box with another based on column index.
GetHashCode()
Generates a hash code based on the column index.
ToString()
Converts the column layout box to a string showing its index and bounding rectangle.