Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / Comment Property


In This Topic
    Comment Property (TableView)
    In This Topic
    Gets or sets table comments.
    Syntax
    'Declaration
     
    
    Public Property Comment As String
    'Usage
     
    
    Dim instance As TableView
    Dim value As String
     
    instance.Comment = value
     
    value = instance.Comment
    public string Comment {get; set;}
    See Also