Spread Silverlight Documentation
GetRowCount Method (ICalcSource)


GrapeCity.CalcEngine Namespace > ICalcSource Interface : GetRowCount Method
Gets the row count of current source.
Syntax
'Declaration
 
Function GetRowCount() As System.Integer
'Usage
 
Dim instance As ICalcSource
Dim value As System.Integer
 
value = instance.GetRowCount()
System.int GetRowCount()

Return Value

The row count of current source.
See Also

Reference

ICalcSource Interface
ICalcSource Members