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):
...