Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageSetting Class / CommentsStyle Property


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

    Property Value

    The print node.
    See Also