horizontal_alignment 属性
horizontal_alignment 属性
获取或设置单元格中文本的水平对齐方式。
定义:
@property
def horizontal_alignment(self):
...
@horizontal_alignment.setter
def horizontal_alignment(self, value):
...
获取或设置单元格中文本的水平对齐方式。
@property
def horizontal_alignment(self):
...
@horizontal_alignment.setter
def horizontal_alignment(self, value):
...