get方法

get(self, index)

通过 .Net 添加 API for Python。因为 this[int] 不受支持


def get(self, index):
    ...
范围类型描述
indexint

get(self, name)

通过 .Net 添加 API for Python。因为此[string]不受支持

返回


def get(self, name):
    ...
范围类型描述
namestrListColumn 的名称

也可以看看