Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / Comment Property


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