PdfRowCollection
Add Method (
Object
)
|
The array of values that are used to create the new row.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Add(
Object[] values
)
Public Sub Add (
values As Object()
)
public:
void Add(
array<Object^>^ values
)
member Add :
values : Object[] -> unit
Parameters
-
values
-
Type:
System
Object
See Also