In This Topic
Gets or sets the name.
Syntax
'Declaration
Property Name As String
'Usage
Dim instance As IRange
Dim value As String
instance.Name = value
value = instance.Name
property String^ Name {
String^ get();
void set ( String^ value);
}
See Also