Name Property

Yogesh.ExcelXml

A Sandcastle Documented Class Library Name Property
NamespacesYogesh.ExcelXmlRangeName
Gets or sets the name of the range
Declaration Syntax
C# Visual Basic Visual C++
public string Name { get; set; }
Public Property Name As String
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}
Remarks
This property always adds global (i.e. Workbook level) named ranges. To add sheet limited ranges, use AddNamedRange(Range, String) method of Worksheetclass.

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158