Aspose::Cells::NameCollection::RemoveAt method
NameCollection::RemoveAt method
Remove the name at the specific index.
void Aspose::Cells::NameCollection::RemoveAt(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | index of the Name to be removed. |
Remarks
Please make sure that the name is not referred by the other formulas before calling the method. And if the name is referred, setting Name.RefersTo as null is better.
See Also
- Class Vector
- Class NameCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++