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 Object[] Values { get; set; }
Public Property Values As Object()
Get
Set
public:
property array<Object^>^ Values {
array<Object^>^ get ();
void set (array<Object^>^ value);
}
member Values : Object[] with get, set
Property Value
Type:
Object
See Also