check_column method

check_column

Gets the Column element or null at the specified column index.

Returns

The Column object.

def check_column(self, column_index):
    ...
ParameterTypeDescription
column_indexintThe column index.

See Also