Gets or sets the range referenced by this named range.
| C# | Visual Basic | Visual C++ |
public ExcelRange Range { get; set; }
Public Property Range As ExcelRange
public: property ExcelRange^ Range { ExcelRange^ get (); void set (ExcelRange^ value); }