PdfGridHeaderCollection
Add Method
|
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 PdfGridRow[] Add(
int count
)
Public Function Add (
count As Integer
) As PdfGridRow()
public:
array<PdfGridRow^>^ Add(
int count
)
member Add :
count : int -> PdfGridRow[]
Parameters
-
count
-
Type:
System
Int32
The count.
Return Value
Type:
PdfGridRow
See Also