Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IRichValue Interface / FieldCount Property


In This Topic
FieldCount Property (IRichValue)
In This Topic
Gets the total numbers of fields.
Syntax
'Declaration
 
ReadOnly Property FieldCount As Integer
 
'Usage
 
Dim instance As IRichValue
Dim value As Integer
 
value = instance.FieldCount
See Also