'Declaration Public Overloads Function Add( _ ByVal columnWidth As Unit, _ ByVal columnSpacing As Unit _ ) As Integer
public int Add( Unit columnWidth, Unit columnSpacing )
Parameters
- columnWidth
- The Width of the new column definition.
- columnSpacing
- The Spacing of the new column definition.
Return Value
The index of the added PageColumnDef in the current collection.