Gets or sets the number of columns in the Table shape that the cell spans.

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

See Also