Spread Silverlight Documentation
RowSpan Property (ExcelCell)


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

Property Value

The row span.
See Also

Reference

ExcelCell Class
ExcelCell Members