key1 属性

key1 属性

表示第一个排好序的列索引(绝对位置,A列为0,B列为1,…)。

定义:

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

也可以看看