name property
name property
Returns the name of the slicer cache.
Example
# get the name of the slicer cache.
print(slicerCache.name)
Definition:
@property
def name(self):
...
See Also
- module
aspose.cells.slicers
- class
SlicerCache
Returns the name of the slicer cache.
# get the name of the slicer cache.
print(slicerCache.name)
@property
def name(self):
...
aspose.cells.slicers
SlicerCache