Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / Comment Property


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

    Property Value

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