Item
SlicerCollection indexer (1 of 2)
يحصل على القطاعة حسب الفهرس .
public Slicer this[int index] { get; }
أمثلة
[C#]
Slicer slicerByIndex = slicers[0];
أنظر أيضا
- class Slicer
- class SlicerCollection
- مساحة الاسم Aspose.Cells.Slicers
- المجسم Aspose.Cells
SlicerCollection indexer (2 of 2)
يحصل على القطاعة حسب اسم آلة التقطيع.
public Slicer this[string name] { get; }
أمثلة
[C#]
Slicer slicerByName = slicers["fruit"];
أنظر أيضا
- class Slicer
- class SlicerCollection
- مساحة الاسم Aspose.Cells.Slicers
- المجسم Aspose.Cells