Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IArguments Interface / SharedValueIndex Property


In This Topic
    SharedValueIndex Property
    In This Topic
    Gets the first allocated value index.
    Syntax
    'Declaration
     
    
    ReadOnly Property SharedValueIndex As Integer
    'Usage
     
    
    Dim instance As IArguments
    Dim value As Integer
     
    value = instance.SharedValueIndex
    int SharedValueIndex {get;}
    See Also