Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / IWizardData Interface / ActiveStepIndex Property


In This Topic
    ActiveStepIndex Property
    In This Topic
    Syntax
    'Declaration
     
    
    Property ActiveStepIndex As Integer
    'Usage
     
    
    Dim instance As IWizardData
    Dim value As Integer
     
    instance.ActiveStepIndex = value
     
    value = instance.ActiveStepIndex
    int ActiveStepIndex {get; set;}
    See Also