[]
Adds a PageColumnDef to the current collection.
public int Add(PageColumnDef pageColumnDef)
| Type | Name | Description |
|---|---|---|
| PageColumnDef | pageColumnDef | The PageColumnDef to add. |
| Type | Description |
|---|---|
| int | The index of the added PageColumnDef in the current collection. |
Adds a new PageColumnDef initialized with the specified width and spacing to the current collection.
public int Add(Unit columnWidth, Unit columnSpacing)
| Type | Name | Description |
|---|---|---|
| Unit | columnWidth | The Width of the new column definition. |
| Unit | columnSpacing | The Spacing of the new column definition. |
| Type | Description |
|---|---|
| int | The index of the added PageColumnDef in the current collection. |
Adds a new PageColumnDef initialized with the default Width and Spacing to the current collection.
public int Add()
| Type | Description |
|---|---|
| int | The index of the added PageColumnDef in the current collection. |