TableColumn Class
Represents a table column.
public sealed class TableColumn : TableElement
Public NotInheritable Class TableColumn
Inherits TableElement
- Inheritance:
- System.ObjectTableColumn
Properties
Width
Gets or sets the column width.
Property Value
The column width.
Exceptions
- System.ArgumentOutOfRangeException
Value is not greater than zero.
Inherited Properties
Table | Gets the parent Table, if element is not removed; otherwise, null. (Inherited from TableElement) |