Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / Comment Property


In This Topic
    Comment Property (Table)
    In This Topic
    Gets or sets the comment associated with the Table object.
    Syntax
    'Declaration
     
    
    Public Property Comment As String
    'Usage
     
    
    Dim instance As Table
    Dim value As String
     
    instance.Comment = value
     
    value = instance.Comment
    public string Comment {get; set;}

    Property Value

    A string value represents the comment.
    Remarks
    The comment text cannot exceed 255 characters.
    See Also