Spread Windows Forms 12.0 Product Documentation
Comment Property (ITableRange)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableRange Interface : Comment Property
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

Reference

ITableRange Interface
ITableRange Members