comment propiedad
comment propiedad
Obtiene y establece el comment del escenario.
Definición:
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...
Ver también
- módulo aspose.cells
- clase Scenario
Obtiene y establece el comment del escenario.
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...