GrapeCity.Xaml.Excel
RowSpan Property (IRange)


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

Property Value

The row span.
See Also

Reference

IRange Interface
IRange Members