Adds the specified count.
Namespace: Spire.Pdf.GridAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.