Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaRestrictedException Class / Index Property


In This Topic
    Index Property (FormulaRestrictedException)
    In This Topic
    Gets the index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As FormulaRestrictedException
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}

    Property Value

    The index.
    See Also