Item
SlicerCollection indexer (1 of 2)
Obtiene el Slicer por index.
public Slicer this[int index] { get; }
Ejemplos
[C#]
Slicer slicerByIndex = slicers[0];
Ver también
- class Slicer
- class SlicerCollection
- espacio de nombres Aspose.Cells.Slicers
- asamblea Aspose.Cells
SlicerCollection indexer (2 of 2)
Obtiene el Slicer por el nombre del Slicer.
public Slicer this[string name] { get; }
Ejemplos
[C#]
Slicer slicerByName = slicers["fruit"];
Ver también
- class Slicer
- class SlicerCollection
- espacio de nombres Aspose.Cells.Slicers
- asamblea Aspose.Cells