TableColumn Class
Represents a logical column in a Table used to specify the presence of a shared vertical edge in the Table.
- Inheritance:
- System.ObjectTableColumn
Constructors
TableColumn()
Initializes a new instance of the TableColumn class.
TableColumn(Double)
Initializes a new instance of the TableColumn class with a specified preferred width.
Parameters
preferredWidth
- System.Double
Preferred width of the TableColumn.
Properties
PreferredWidth
Gets or sets the preferred width of the TableColumn.
Property Value
- System.Double
The preferred width of the TableColumn (in points).
Remarks
Works only if AutomaticallyResizeToFitContents is set to false.
If PreferredWidth is zero, then MS Word will take a value of a next TableColumn non-zero PreferredWidth, if it exists in the Columns collection.