GrapeCity.Xaml.Excel
RowCount Property (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : RowCount Property
Gets or sets the row count of the sheet.
Syntax
'Declaration
 
Property RowCount As Integer
'Usage
 
Dim instance As IExcelWorksheet
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
int RowCount {get; set;}

Property Value

The row count of the sheet.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members