name propriété
name propriété
Renvoie le name du cache du segment.
Exemple
# get the name of the slicer cache.
print(slicerCache.name)
Définition:
@property
def name(self):
...
Voir également
- module aspose.cells.slicers
- classe SlicerCache
Renvoie le name du cache du segment.
# get the name of the slicer cache.
print(slicerCache.name)
@property
def name(self):
...