Spread Windows Forms 15.0
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
    int FieldCount {get;}
    See Also