Class Column
- Namespace
- FileFormat.Words.IElements
- Assembly
- FileFormat.Words.dll
Represents column properties of a table in a Word document.
public class Column
- Inheritance
-
Column
- Inherited Members
Constructors
Column()
Initializes a new instance of the Column class with a default width of 0.
public Column()
Properties
Width
Gets or sets the width of the column.
public int Width { get; set; }