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