remove_column


Description:

[ Version ( since = "0.3.0" ) ]
public Table? remove_column (uint i) throws Error

Parameters:

this

A Table.

i

The index of the column to be removed.

Returns:

The newly allocated Table that doesn't have the column or null on error.