Adds the specified count.
Namespace: Spire.Pdf.GridAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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
- Int32
The count.