Spread Windows Forms 12.0 Product Documentation
RowCount Property (IWorksheet)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : RowCount Property
Gets or sets the number of rows in this IWorksheet.
Syntax
'Declaration
 
Property RowCount As Integer
'Usage
 
Dim instance As IWorksheet
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
int RowCount {get; set;}

Property Value

An integer value represents the number of rows in this IWorksheet.
See Also

Reference

IWorksheet Interface
IWorksheet Members