name الملكية
name الملكية
تُرجع name لذاكرة التخزين المؤقت لمقسم طريقة العرض.
مثال
# get the name of the slicer cache.
print(slicerCache.name)
تعريف:
@property
def name(self):
...
أنظر أيضا
- وحدة aspose.cells.slicers
- فئة SlicerCache
تُرجع name لذاكرة التخزين المؤقت لمقسم طريقة العرض.
# get the name of the slicer cache.
print(slicerCache.name)
@property
def name(self):
...