The array of values that are used to create the new row.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

array<Object>[]()[][]

See Also