Gets new row span value.

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

Syntax

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

See Also