_Chart.PrintedCommentPages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.