Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / HistoryItem Class / HistoryItem Constructor / HistoryItem Constructor(String,String)
The text.
The filename.


In This Topic
    HistoryItem Constructor(String,String)
    In This Topic
    Initializes a new instance of the HistoryItem class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String, _
       ByVal filename As String _
    )
    'Usage
     
    
    Dim text As String
    Dim filename As String
     
    Dim instance As New HistoryItem(text, filename)
    public HistoryItem( 
       string text,
       string filename
    )

    Parameters

    text
    The text.
    filename
    The filename.
    See Also