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


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;}
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

LayoutRows Class
LayoutRows Members

 

 


Copyright © GrapeCity, inc. All rights reserved.