Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItem Class / Index Property


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