Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellStateEventArgs Class / Comment Property


In This Topic
    Comment Property (CellStateEventArgs)
    In This Topic
    Indicates the related comment is changed
    Syntax
    'Declaration
     
    
    Public Property Comment As Boolean
    'Usage
     
    
    Dim instance As CellStateEventArgs
    Dim value As Boolean
     
    instance.Comment = value
     
    value = instance.Comment
    public bool Comment {get; set;}
    See Also