ListObject.DisplayName Property (2007 System)

Gets or sets the displayed name.

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 DisplayName As String
'Usage
Dim instance As ListObject 
Dim value As String 

value = instance.DisplayName

instance.DisplayName = value
[BrowsableAttribute(false)]
public string DisplayName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
public function get DisplayName () : String 
public function set DisplayName (value : String)

Property Value

Type: System.String
A string that represents the display name of the ListObject.

.NET Framework Security

See Also

Reference

ListObject Class

ListObject Members

Microsoft.Office.Tools.Excel Namespace