get method

get

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

Returns

The element at the specified cell.

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

See Also