Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportContext Class / Add Method / Add(Comment) Method
The cell comment.


In This Topic
    Add(Comment) Method
    In This Topic
    Export a custom cell comment.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal comment As Comment _
    ) 
    'Usage
     
    
    Dim instance As ExportContext
    Dim comment As Comment
     
    instance.Add(comment)
    public void Add( 
       Comment comment
    )

    Parameters

    comment
    The cell comment.
    See Also