width_cm عقار
width_cm عقار
يمثل عرض التعليق بوحدة السنتيمتر.
مثال
comment1.width_cm = 1.0
تعريف:
@property
def width_cm(self):
...
@width_cm.setter
def width_cm(self, value):
...
أنظر أيضا
- الوحدة
aspose.cells
- فئة
Comment
يمثل عرض التعليق بوحدة السنتيمتر.
comment1.width_cm = 1.0
@property
def width_cm(self):
...
@width_cm.setter
def width_cm(self, value):
...
aspose.cells
Comment