Item
TimelineCollection indexer (1 of 2)
Obtiene la línea de tiempo por index.
public Timeline this[int index] { get; }
Ejemplos
[C#]
//Obtenga la línea de tiempo por índice.
Timeline objByIndex = sheet.Timelines[0];
Ver también
- class Timeline
- class TimelineCollection
- espacio de nombres Aspose.Cells.Timelines
- asamblea Aspose.Cells
TimelineCollection indexer (2 of 2)
Obtiene la línea de tiempo por el nombre de la línea de tiempo.
public Timeline this[string name] { get; }
Ejemplos
[C#]
//Obtenga la línea de tiempo por el nombre de la línea de tiempo.
Timeline objByName = sheet.Timelines["date"];
Ver también
- class Timeline
- class TimelineCollection
- espacio de nombres Aspose.Cells.Timelines
- asamblea Aspose.Cells