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