Adds new column to the section.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Column AddColumn(
	float width,
	float spacing
)
 
Public Function AddColumn ( 
	width As Single,
	spacing As Single
) As Column
 
public:
virtual Column^ AddColumn(
	float width, 
	float spacing
) sealed
 
abstract AddColumn : 
width : float32 * 
spacing : float32 -> Column 
override AddColumn : 
width : float32 * 
spacing : float32 -> Column 
 
 
 
Parameters
 
- 
width
 
- 
 Type:
 
System
Single
 
 The width.
- 
spacing
 
- 
 Type:
 
System
Single
 
 The spacing.
Return Value
 
 Type:
 
Column
 
Implements
 
ISection
AddColumn(Single, Single)
 
 
 See Also
See Also