get method

get

Add API for Python Via .Net.since this[string cellName] is unsupported

Returns

A Cell object

def get(self, cell_name):
    ...
ParameterTypeDescription
cell_namestrCell name,including its column letter and row number, for example A5.

get

Add API for Python Via .Net.since this[int row, int column] is unsupported

Returns

The Cell object.

def get(self, row, column):
    ...
ParameterTypeDescription
rowintRow index.
columnintColumn index.

See Also