comment propiedad
comment propiedad
Obtiene y establece el comment de la tabla.
Definición:
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...
Ver también
- módulo aspose.cells.tables
- clase ListObject
Obtiene y establece el comment de la tabla.
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...