ChartSheet.PrintedCommentPages Property

Definition

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

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

Property Value

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

Exceptions

This property is used in an Excel 2007 project.

Remarks

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

Note

This property appears in IntelliSense in Excel 2007 projects that target the .NET Framework 4. However, this property cannot be used in Excel 2007 projects.

Applies to