ChartSheetBase.HasTitle Property

Definition

Gets or sets a value the indicates whether the ChartSheetBase has a visible title.

public:
 property bool HasTitle { bool get(); void set(bool value); };
public bool HasTitle { get; set; }
member this.HasTitle : bool with get, set
Public Property HasTitle As Boolean

Property Value

true if the ChartSheetBase has a visible title.

Remarks

A Microsoft.Office.Tools.Excel.ChartSheetBase title is represented by a ChartTitle object.

Applies to