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