ExcelNamedRangesCollection Class |
Namespace: ExpertXls.ExcelLib
The ExcelNamedRangesCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of named ranges in collection.
| |
ItemInt32 |
Gets the named range at the specified index.
| |
ItemString |
Gets the named range with the specified name from collection.
|
Name | Description | |
---|---|---|
AddNamedRange |
Creates and adds a new named range to the collection.
| |
GetEnumerator |
Gets the collection enumerator
| |
RemoveNamedRange(Int32) |
Removes the named range at the specified zero based index from collection.
| |
RemoveNamedRange(String) |
Removes the named range with the specified name from collection.
|