Spread Silverlight Documentation
RowSpan Property (ExcelCellRange)


GrapeCity.Excel Namespace > ExcelCellRange Class : RowSpan Property
Gets the row span of the range.
Syntax
'Declaration
 
Public Property RowSpan As System.Integer
'Usage
 
Dim instance As ExcelCellRange
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

ExcelCellRange Class
ExcelCellRange Members