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


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

    Property Value

    Integer sheet index
    See Also