Item
SlicerCollection indexer (1 of 2)
Dilimleyiciyi dizine göre alır.
public Slicer this[int index] { get; }
Örnekler
[C#]
Slicer slicerByIndex = slicers[0];
Ayrıca bakınız
- class Slicer
- class SlicerCollection
- ad alanı Aspose.Cells.Slicers
- toplantı Aspose.Cells
SlicerCollection indexer (2 of 2)
Dilimleyiciyi dilimleyicinin adına göre alır.
public Slicer this[string name] { get; }
Örnekler
[C#]
Slicer slicerByName = slicers["fruit"];
Ayrıca bakınız
- class Slicer
- class SlicerCollection
- ad alanı Aspose.Cells.Slicers
- toplantı Aspose.Cells