key3 属性

key3 属性

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

定义:

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

也可以看看