Spread Silverlight Documentation
ActualRowCount Property


GrapeCity.Excel Namespace > ExcelWorksheet Class : ActualRowCount Property
Actual total rows count used by the current worksheet
Syntax
'Declaration
 
Public ReadOnly Property ActualRowCount As System.Integer
'Usage
 
Dim instance As ExcelWorksheet
Dim value As System.Integer
 
value = instance.ActualRowCount
public System.int ActualRowCount {get;}
Remarks
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members