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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > LayoutCell Class : RowSpan Property
Gets or sets the number of layout rows spanned by a layout cell.
Syntax
'Declaration
 
Public Property RowSpan As Integer
'Usage
 
Dim instance As LayoutCell
Dim value As Integer
 
instance.RowSpan = value
 
value = instance.RowSpan
public int RowSpan {get; set;}
See Also

Reference

LayoutCell Class
LayoutCell Members