Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Comments Property


In This Topic
    Comments Property (Worksheet)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Comments As IComments
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As IComments
     
    value = instance.Comments
    public IComments Comments {get;}
    See Also