Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / GetCommentStorage Method


In This Topic
    GetCommentStorage Method (Worksheet)
    In This Topic
    Get Comment Storage
    Syntax
    'Declaration
     
    
    Public Function GetCommentStorage() As CellMatrix(Of CommentBase)
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As CellMatrix(Of CommentBase)
     
    value = instance.GetCommentStorage()
    public CellMatrix<CommentBase> GetCommentStorage()
    See Also