Creates a new instance of the Section
public SectionFormat();
Public Sub New()
public SectionFormat(int columns, int columnDistance);
Public Sub New(ByVal columns As Integer, ByVal columnDistance As Integer)
public SectionFormat(int columns, int[] columnWidths, int[] columnDistances);
Public Sub New(ByVal columns As Integer, columnWidths As Integer(), columnDistances As Integer())
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 |