Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static NamedRange |
NamedRange.create(DefinedName definedName)
Deprecated.
This method is internal and should not be used.
|
NamedRange |
NamedRangeCollection.get(int index)
Gets the
NamedRange at the specified index. |
NamedRange |
NamedRangeCollection.get(String name)
Gets the
NamedRange with the specified name. |
NamedRange |
ExcelWorksheet.getNamedRange(int index)
Gets the
NamedRange at the specified index from this worksheet. |
NamedRange |
ExcelWorksheet.getNamedRange(String name)
Gets the
NamedRange with the specified name from this worksheet. |
Modifier and Type | Method and Description |
---|---|
Iterator<NamedRange> |
NamedRangeCollection.iterator()
Returns an iterator that can iterate through a collection.
|
© GemBox d.o.o. — All rights reserved.