'Declaration Public Overloads Function Add( _ ByVal width As System.Single, _ ByVal spaceAfter As System.Single _ ) As TextColumn
public TextColumn Add( System.float width, System.float spaceAfter )
Parameters
- width
- The width of the new text column, in points.
- spaceAfter
- The space between this column and the next column, in points.
Return Value
The newly created TextColumn.