Spread for ASP.NET 11 Product Documentation
RowCount Property (LayoutTemplate)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > LayoutTemplate Class : RowCount Property
Gets or sets the number of rows for the layout template.
Syntax
'Declaration
 
Public Overridable Property RowCount As Integer
'Usage
 
Dim instance As LayoutTemplate
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
public virtual int RowCount {get; set;}

Property Value

Integer number of rows
See Also

Reference

LayoutTemplate Class
LayoutTemplate Members