ColumnCollection
Populate Method
|
Populates the specified number of columns with specified spacing.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Populate(
int count,
float spacing
)
Public Sub Populate (
count As Integer,
spacing As Single
)
public:
void Populate(
int count,
float spacing
)
member Populate :
count : int *
spacing : float32 -> unit
Parameters
-
count
-
Type:
System
Int32
The count.
-
spacing
-
Type:
System
Single
The spacing.
See Also