type属性

type属性

获取/设置单元格值type。

定义:

@property
def type(self):
    ...
@type.setter
def type(self, value):
    ...

也可以看看