PdfGridColumnCollection
Add Method (Int32)
|
Adds the specified count.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Add(
int count
)
Public Sub Add (
count As Integer
)
public:
void Add(
int count
)
member Add :
count : int -> unit
Parameters
-
count
-
Type:
System
Int32
The count.
See Also