public class ExcelNamedRangesCollection
Public Class ExcelNamedRangesCollection
public ref class ExcelNamedRangesCollection
type ExcelNamedRangesCollection = class end
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. |
AddNamedRange | Creates and adds a new named range to the collection. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetEnumerator | Gets the collection enumerator |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
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. |
ToString | (Inherited from Object) |