Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / HistoryItem Class / ShowText Field


In This Topic
    ShowText Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public ShowText As String
    'Usage
     
    
    Dim instance As HistoryItem
    Dim value As String
     
    value = instance.ShowText
     
    instance.ShowText = value
    public string ShowText
    See Also