Class GridNameCollection
GridNameCollection class
Encapsulates a collection of GridName
objects.
public class GridNameCollection
Properties
Name | Description |
---|
Count { get; } | |
Item { get; } | Gets the Name element at the specified index. |
Methods
Name | Description |
---|
Add(string, string) | Defines a new global name. |
Add(int, string, string) | Defines a new name in the specified sheet. |
Clear() | Removes all Names; |
GetEnumerator() | Gets the rows enumerator |
Remove(string[]) | Remove an array of name |
RemoveAt(int) | Remove the name at the specific index. |
See Also