Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ActiveSheetIndex Property


In This Topic
    ActiveSheetIndex Property (FpSpread)
    In This Topic
    Gets or sets the index of the active sheet in the component.
    Syntax
    'Declaration
     
    
    Public Property ActiveSheetIndex As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Integer
     
    instance.ActiveSheetIndex = value
     
    value = instance.ActiveSheetIndex
    public int ActiveSheetIndex {get; set;}
    See Also