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


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

    Parameters

    text
    The text.
    See Also