SheetName Property (DefinedName)
In This Topic
Indicates the defined name item works in which sheet. If omitted, the defined name item works in workbook.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute("")>
Public Property SheetName As System.String
'Usage
Dim instance As DefinedName
Dim value As System.String
instance.SheetName = value
value = instance.SheetName
[System.ComponentModel.DefaultValue("")]
public System.string SheetName {get; set;}
public read-write property SheetName: System.String;
System.ComponentModel.DefaultValueAttribute("")
public function get,set SheetName : System.String
[System.ComponentModel.DefaultValue("")]
public: __property System.string* get_SheetName();
public: __property void set_SheetName(
System.string* value
);
[System.ComponentModel.DefaultValue("")]
public:
property System.String^ SheetName {
System.String^ get();
void set ( System.String^ value);
}
See Also