Gets new column span value.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NewColumnSpan As Integer
C#
public int NewColumnSpan { get; }
Visual C++
public:
property int NewColumnSpan {
	int get ();
}
JavaScript
function get_newColumnSpan();

See Also