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


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