get method

get(self, index)

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

Returns


def get(self, index):
    ...
ParameterTypeDescription
indexintThe zero based index of the element.

get(self, sheet_name)

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

Returns


def get(self, sheet_name):
    ...
ParameterTypeDescription
sheet_namestrWorksheet name

See Also