Class Column
Represents a column of a table.
public class Column
  - Inheritance
 - 
      
      Column
 
- Inherited Members
 
Constructors
Column()
Initializes a new instance of the Column class.
public Column()
  Column(Element)
Initializes a new instance of the Column class.
public Column(Element header)
  Parameters
headerElementHeader of the column.
Properties
Default
Gets the default column.
public static Column Default { get; }
  Property Value
Header
Gets or sets the header content.
public Element Header { get; set; }
  Property Value
Width
Gets or sets the with of the column.
public double? Width { get; set; }