Item
TimelineCollection indexer (1 of 2)
Ruft die Zeitleiste nach Index ab.
public Timeline this[int index] { get; }
Beispiele
[C#]
// Abrufen der Timeline nach Index.
Timeline objByIndex = sheet.Timelines[0];
Siehe auch
- class Timeline
- class TimelineCollection
- namensraum Aspose.Cells.Timelines
- Montage Aspose.Cells
TimelineCollection indexer (2 of 2)
Ruft die Zeitachse nach dem Namen der Zeitachse ab.
public Timeline this[string name] { get; }
Beispiele
[C#]
//Erhalte die Timeline nach dem Namen der Timeline.
Timeline objByName = sheet.Timelines["date"];
Siehe auch
- class Timeline
- class TimelineCollection
- namensraum Aspose.Cells.Timelines
- Montage Aspose.Cells