Item
SlicerCollection indexer (1 of 2)
Hämtar skivaren efter index.
public Slicer this[int index] { get; }
Exempel
[C#]
Slicer slicerByIndex = slicers[0];
Se även
- class Slicer
- class SlicerCollection
- namnutrymme Aspose.Cells.Slicers
- hopsättning Aspose.Cells
SlicerCollection indexer (2 of 2)
Hämtar skivaren efter skivarens namn.
public Slicer this[string name] { get; }
Exempel
[C#]
Slicer slicerByName = slicers["fruit"];
Se även
- class Slicer
- class SlicerCollection
- namnutrymme Aspose.Cells.Slicers
- hopsättning Aspose.Cells