Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / StartMenuForm Class / AddHistory Method
The path.


In This Topic
    AddHistory Method
    In This Topic
    Adds the history.
    Syntax
    'Declaration
     
    
    Public Sub AddHistory( _
       ByVal path As String _
    ) 
    'Usage
     
    
    Dim instance As StartMenuForm
    Dim path As String
     
    instance.AddHistory(path)
    public void AddHistory( 
       string path
    )

    Parameters

    path
    The path.
    See Also