Gets the table's rows.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public TableRow[] Rows { get; }
Visual Basic (Declaration)
Public ReadOnly Property Rows As TableRow()
Visual C++
public:
property array<TableRow^>^ Rows {
	array<TableRow^>^ get ();
}

See Also