Item
NameCollection indexer (1 of 2)
FårName element vid angivet index.
public Name this[int index] { get; }
| Parameter | Beskrivning |
|---|---|
| index | Elementets nollbaserade index. |
Returvärde
Elementet vid det angivna indexet.
Se även
- class Name
- class NameCollection
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
NameCollection indexer (2 of 2)
FårName element med det angivna namnet.
public Name this[string text] { get; }
| Parameter | Beskrivning |
|---|---|
| text | Namntext. |
Returvärde
Elementet med det angivna namnet.
Se även
- class Name
- class NameCollection
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells