Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / CellComments Property


In This Topic
    CellComments Property (IPageSetup)
    In This Topic
    Gets or sets a CellComments contstant specifying the type of print cell comments displayed. This feature allows users to suppress the display of cell comments when printing a worksheet.
    Syntax
    'Declaration
     
    
    Property CellComments As CellComments
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As CellComments
     
    instance.CellComments = value
     
    value = instance.CellComments
    CellComments CellComments {get; set;}

    Property Value

    A CellComments contstant specifying the type of cell comments displayed.
    See Also