Spread Windows Forms 12.0 Product Documentation
RowCount Property (IReferenceSource)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IReferenceSource Interface : RowCount Property
Gets the number of rows in this IReferenceSource.
Syntax
'Declaration
 
ReadOnly Property RowCount As Integer
'Usage
 
Dim instance As IReferenceSource
Dim value As Integer
 
value = instance.RowCount
int RowCount {get;}

Property Value

An integer value represents the number of rows in this IReferenceSource.
See Also

Reference

IReferenceSource Interface
IReferenceSource Members