System.Web.UI.WebControls Namespace GridViewRowCollection Class
.NET Framework version 2.0
Returns the number of rows in the collection.
Script |
[ integer variable = ] GridViewRowCollection.Count |
variable |
Integer specifying the total number of rows currently stored in the collection. |
The property is read only with no default value.
Use the Count property to determine the number of rows in the GridViewRowCollection. The Count property is commonly used when iterating through the collection to determine the upper bound of the collection.
GridViewRowCollection Members