Excel for WinRT
Name Property (XLNamedRange)


Gets or sets the name of the current named range.
Syntax
'Declaration
 
Public Property Name As System.String
'Usage
 
Dim instance As XLNamedRange
Dim value As System.String
 
instance.Name = value
 
value = instance.Name
public System.string Name {get; set;}
See Also

Reference

XLNamedRange Class
XLNamedRange Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback