get method

get

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

Returns

Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.

def get(self, row, column):
    ...
ParameterTypeDescription
rowintThe row index of the cell.
columnintThe column index of the cell

See Also