get方法

get

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

退货

Cell对象

def get(self, cell_name):
    ...
范围类型描述
cell_namestrCell名称,包括其列字母和行号,例如A5。

get

通过 .Net 添加 API for Python,因为不支持此[int row, int column]

退货

Cell 对象。

def get(self, row, column):
    ...
范围类型描述
rowint行索引。
columnint列索引。

也可以看看