Share via


_Chart.PrintedCommentPages Property

Gets the number of comment pages that will be printed for the current chart.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property PrintedCommentPages As Integer
    Get
'Usage
Dim instance As _Chart
Dim value As Integer

value = instance.PrintedCommentPages
int PrintedCommentPages { get; }

Property Value

Type: System.Int32
The number of comment pages that will be printed for the current chart.

Remarks

Read-only.

Because charts and chart sheets do not support comments, the PrintedCommentPages property of the _Chart object will always return zero.

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace