NameCollection Class

NameCollection class

Represents a collection of all the objects in the spreadsheet.


type NameCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
AddDefines a new name.
Get_IntGets the element at the specified index.
Get_StringGets the element with the specified name.
Remove_StringRemove the name.
RemoveAtRemove the name at the specific index.
ClearRemove all defined names which are not referenced by the formulas and data source.If the defined name is referred, we only set Name.ReferTo as null and hide them.
RemoveDuplicateNamesRemove the duplicate defined names
SortSorts defined names.
GetCount