NameCollection.Item
NameCollection indexer (1 of 2)
Gets the Name
element at the specified index.
public Name this[int index] { get; }
Parameter | Description |
---|---|
index | The zero based index of the element. |
Return Value
The element at the specified index.
See Also
- class Name
- class NameCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
NameCollection indexer (2 of 2)
Gets the Name
element with the specified name.
public Name this[string text] { get; }
Parameter | Description |
---|---|
text | Name text. |
Return Value
The element with the specified name.
See Also
- class Name
- class NameCollection
- namespace Aspose.Cells
- assembly Aspose.Cells