ColumnLayoutBox
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:
C#
public class ColumnLayoutBox : LayoutBox
Inheritance: objectLayoutBoxColumnLayoutBox
Inherited Members
Constructors
Initializes a new instance of the ColumnLayoutBox class.
Properties
Zero-based position of this column in the worksheet grid.
C#
public int ColumnIndex { get; }
The index of the column.