Gets or sets the row data.

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 string[] RowData { get; set; }
Public Property RowData As String()
	Get
	Set
public:
property array<String^>^ RowData {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
member RowData : string[] with get, set

Property Value

array<String>[]()[][]

See Also