Spread WPF 15
GrapeCity.Excel Namespace / IExcelPrintPageSetting Interface / CommentsStyle Property


In This Topic
    CommentsStyle Property (IExcelPrintPageSetting)
    In This Topic
    Gets or sets the print node.
    Syntax
    'Declaration
     
    Property CommentsStyle As ExcelPrintNotesStyle
    'Usage
     
    Dim instance As IExcelPrintPageSetting
    Dim value As ExcelPrintNotesStyle
     
    instance.CommentsStyle = value
     
    value = instance.CommentsStyle
    ExcelPrintNotesStyle CommentsStyle {get; set;}

    Property Value

    The print node.
    See Also