NameCollection.Add

NameCollection.Add method

Defines a new name.

public int Add(string text)
ParameterTypeDescription
textStringThe text to use as the name.

Return Value

Name object index.

Remarks

Name cannot include spaces and cannot look like cell references.

See Also