add method

add(self, text)

Defines a new name.

Returns

Name object index.


def add(self, text):
    ...
ParameterTypeDescription
textstrThe text to use as the name.

Remarks

Name cannot include spaces and cannot look like cell references.

See Also