Gets or sets the cell's content type.

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 CellContent Content { get; set; }
Visual Basic (Declaration)
Public Property Content As CellContent
Visual C++
public:
property CellContent Content {
	CellContent get ();
	void set (CellContent value);
}

See Also