Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IStructuredObject Interface / TotalsRowCount Property


In This Topic
TotalsRowCount Property
In This Topic
Gets the totals row count.
Syntax
'Declaration
 
ReadOnly Property TotalsRowCount As Integer
 
'Usage
 
Dim instance As IStructuredObject
Dim value As Integer
 
value = instance.TotalsRowCount

Property Value

An integer value represents the totals row count.
See Also