Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AdvancedSearchDialog Class / StartSheetIndex Property


In This Topic
    StartSheetIndex Property
    In This Topic
    Gets or sets the index of the sheet at which to start the search.
    Syntax
    'Declaration
     
    
    Public Overridable Property StartSheetIndex As Integer
    'Usage
     
    
    Dim instance As AdvancedSearchDialog
    Dim value As Integer
     
    instance.StartSheetIndex = value
     
    value = instance.StartSheetIndex
    public virtual int StartSheetIndex {get; set;}
    See Also