Spread Silverlight Documentation
RowSpan Property (IRange)


GrapeCity.Excel Namespace > IRange Interface : RowSpan Property
Gets the row span of the range.
Syntax
'Declaration
 
ReadOnly Property RowSpan As System.Integer
'Usage
 
Dim instance As IRange
Dim value As System.Integer
 
value = instance.RowSpan
System.int RowSpan {get;}

Property Value

The row span.
See Also

Reference

IRange Interface
IRange Members