ChartSheet.HasTitle Property (2007 System)
Gets or sets a value the indicates whether the Microsoft.Office.Tools.Excel.ChartSheet has a visible title.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property HasTitle As Boolean
'Usage
Dim instance As ChartSheet
Dim value As Boolean
value = instance.HasTitle
instance.HasTitle = value
[BrowsableAttribute(false)]
public bool HasTitle { get; set; }
[BrowsableAttribute(false)]
public:
property bool HasTitle {
bool get ();
void set (bool value);
}
public function get HasTitle () : boolean
public function set HasTitle (value : boolean)
Property Value
Type: System.Boolean
true if the Microsoft.Office.Tools.Excel.ChartSheet has a visible title.
Remarks
A Microsoft.Office.Tools.Excel.ChartSheet title is represented by a ChartTitle object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.