Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the header information should be displayed.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Property ShowHeaders As Boolean
'Usage
Dim instance As ListObject
Dim value As Boolean
value = instance.ShowHeaders
instance.ShowHeaders = value
public bool ShowHeaders { get; set; }
public:
property bool ShowHeaders {
bool get ();
void set (bool value);
}
public function get ShowHeaders () : boolean
public function set ShowHeaders (value : boolean)
Property Value
Type: System.Boolean
true if the header information should be displayed; otherwise, false. The default is false.
.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.