Gets the table's cells. A cell is accessed by specifying its row and column indexes.

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 TableCell[,] Cells { get; }
Visual Basic (Declaration)
Public ReadOnly Property Cells As TableCell(,)
Visual C++
public:
property array<TableCell^,2>^ Cells {
	array<TableCell^,2>^ get ();
}

See Also