KDCalc Class Library

IComInterop.GetName Method 

Return the Nth user defined name.

string GetName(
   int nameIndex
);

Parameters

nameIndex
a string containing an Excel-defined name

Return Value

a Range object that corresponds to the specified name

Remarks

Use with NameCount to iterate through a list of all the available names.

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | NameCount