Spread for ASP.NET 12 Product Documentation
Count Property (LayoutRows)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > LayoutRows Class : Count Property
Gets or sets the number of layout rows in the collection.
Syntax
'Declaration
 
Public Property Count As Integer
'Usage
 
Dim instance As LayoutRows
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
public int Count {get; set;}
See Also

Reference

LayoutRows Class
LayoutRows Members