_Chart.PrintedCommentPages Property

Definition

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

public:
 property int PrintedCommentPages { int get(); };
public int PrintedCommentPages { get; }
Public ReadOnly Property PrintedCommentPages As Integer

Property Value

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.

Applies to