QueryNextRowEventArgs
RowData Property
|
Gets or sets the row data.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
String
See Also