Instance Method
contains(_:)
Checks if the row contains a cell for the given column name.
func contains(_ column: String) -> Bool
Parameters
columnThe column name to check against.
Return Value
true if the row contains this column, false if it does not.