Spread Silverlight Documentation
RowSpan Property (ExternalCellRange)


GrapeCity.Excel Namespace > ExternalCellRange Class : RowSpan Property
Gets the row span of the range.
Syntax
'Declaration
 
Public Property RowSpan As System.Integer
'Usage
 
Dim instance As ExternalCellRange
Dim value As System.Integer
 
instance.RowSpan = value
 
value = instance.RowSpan
public System.int RowSpan {get; set;}

Property Value

The row span.
See Also

Reference

ExternalCellRange Class
ExternalCellRange Members