GrapeCity.Xaml.Excel
RowCount Property (IExcelWorksheet)


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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options