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 |
Get_String | Gets the |
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 |