get method

get(self, index)

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


def get(self, index):
    ...
ParameterTypeDescription
indexint

get(self, name)

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

Returns


def get(self, name):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the ListColumn

See Also