type property
type property
Gets and sets the type of the property.
Definition:
@property
def type(self):
...
@type.setter
def type(self, value):
...
See Also
- module
aspose.cells.properties
- class
ContentTypeProperty
Gets and sets the type of the property.
@property
def type(self):
...
@type.setter
def type(self, value):
...
aspose.cells.properties
ContentTypeProperty