NameCollection Class
Contents
[
Hide
]NameCollection class
Represents a collection of all the
type NameCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Add | Defines a new name. |
| Get_Int | Gets the Name element at the specified index. |
| Filter | Gets all defined name by scope. |
| Get_String | Gets the Name element with the specified name. |
| Remove_stringArray | Remove an array of name |
| Remove_String | Remove the name. |
| RemoveAt | Remove the name at the specific index. |
| Clear | Remove 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. |
| RemoveDuplicateNames | Remove the duplicate defined names |
| Sort | Sorts defined names. |
| GetCount |