Gets cell row portion of the spanned cell.

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

Syntax

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

See Also