Spread for ASP.NET 12 Product Documentation
RowSpan Property (Cell)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : RowSpan Property
Gets or sets the number of rows spanned by a cell.
Syntax
'Declaration
 
Public Property RowSpan As Integer
'Usage
 
Dim instance As Cell
Dim value As Integer
 
instance.RowSpan = value
 
value = instance.RowSpan
public int RowSpan {get; set;}
Remarks
If this cell represents a range of cells, then this property returns and sets the upper-left cell in the range.
See Also

Reference

Cell Class
Cell Members