KDCalc Class Library

KDCalcEngine.GetName Method 

Return the Nth user defined name.

public string GetName(
   int nameIndex
);

Parameters

nameIndex
a string containing an Excel-defined name

Return Value

a Range object that corresponds to the specified name

Implements

IComInterop.GetName

Remarks

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

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | NameCount