is_vertical属性
is_vertical属性
如果工作簿文件中的一行代表数据表中的一行,则为 True。如果工作簿文件中的列代表数据表中的行,则为 False。
定义:
@property
def is_vertical(self):
...
@is_vertical.setter
def is_vertical(self, value):
...
如果工作簿文件中的一行代表数据表中的一行,则为 True。如果工作簿文件中的列代表数据表中的行,则为 False。
@property
def is_vertical(self):
...
@is_vertical.setter
def is_vertical(self, value):
...