Creates a new instance of the Section
public SectionFormat();
public SectionFormat(int columns, int columnDistance);
public SectionFormat(int columns, int[] columnWidths, int[] columnDistances);
Parameter | Description |
---|---|
columns | Specifies the number of columns for the section. |
column |
Specifies the distance between equal columns. |
column |
Specifies the widths of the columns. The array must contain exactly an element for each column. |
column |
Specifies the distances between the columns. The array must contain exactly an element for each distance. The size of this array must be one less the size of the column |