Gets or sets column span value.

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

Syntax

Visual Basic (Declaration)
Public Property RowSpan As Integer
C#
public int RowSpan { get; set; }
Visual C++
public:
property int RowSpan {
	int get ();
	void set (int value);
}
JavaScript
function get_rowSpan();
function set_rowSpan(value);

See Also