NameCollection.Remove
Remove(string[])
Remove an array of name
public void Remove(string[] names)
Parameter | Type | Description |
---|---|---|
names | String[] | The names’ text. |
See Also
- class NameCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Remove(string)
Remove the name.
public void Remove(string text)
Parameter | Type | Description |
---|---|---|
text | String | The name text. |
See Also
- class NameCollection
- namespace Aspose.Cells
- assembly Aspose.Cells