Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ActiveSheetIndex Property


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