Spread Silverlight Documentation
GetRowCount Method (CalcReference)


The range index.
Get the count of rows in a range which specified by range.
Syntax
'Declaration
 
Public MustOverride Function GetRowCount( _
   ByVal range As System.Integer _
) As System.Integer
'Usage
 
Dim instance As CalcReference
Dim range As System.Integer
Dim value As System.Integer
 
value = instance.GetRowCount(range)
public abstract System.int GetRowCount( 
   System.int range
)

Parameters

range
The range index.

Return Value

An System.Int32 indicates the count of columns in range at range.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcReference Class
CalcReference Members

 

 


Copyright © GrapeCity, inc. All rights reserved.