get_column_by_index method

get_column_by_index

Gets the Column object by the position in the list.

Returns

Returns the column object.

def get_column_by_index(self, index):
    ...
ParameterTypeDescription
indexintThe position in the list.

See Also