Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
DefinedName |
DefinedNameCollection.get(int index)
Gets defined name described by index from collection.
|
DefinedName |
DefinedNameCollection.get(String definedName)
Gets defined name described by name from collection.
|
DefinedName |
DefinedNameCollection.selectName(String name,
ExcelWorksheet scope)
Deprecated.
This method is internal and should not be used.
|
DefinedName |
DefinedNameCollection.selectNameAt(int index,
ExcelWorksheet scope)
Deprecated.
This method is internal and should not be used.
|
DefinedName |
DefinedNameCollection.selectNameExact(String name,
ExcelFile scope)
Deprecated.
This method is internal and should not be used.
|
DefinedName |
DefinedNameCollection.selectNameExact(String name,
ExcelWorksheet scope)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
Iterator<DefinedName> |
DefinedNameCollection.iterator()
Returns an
Iterator for the collection. |
Iterable<DefinedName> |
DefinedNameCollection.selectNames(ExcelWorksheet scope)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
DefinedNameCollection.add(DefinedName definedName)
Deprecated.
This method is internal and should not be used.
|
void |
DefinedName.appendValue(DefinedName definedName)
Deprecated.
This method is internal and should not be used.
|
boolean |
DefinedNameCollection.contains(DefinedName definedName)
Deprecated.
This method is internal and should not be used.
|
static NamedRange |
NamedRange.create(DefinedName definedName)
Deprecated.
This method is internal and should not be used.
|
void |
DefinedNameCollection.remove(DefinedName item)
Deprecated.
This method is internal and should not be used.
|
void |
DefinedNameCollection.set(int index,
DefinedName value)
Sets defined name described by index from collection.
|
© GemBox Ltd. — All rights reserved.