Method Remove
| Improve this Doc View SourceRemove(Column)
Removes the specified Column from this set.
Declaration
IColumns Remove(Column value)
Parameters
| Type | Name | Description |
|---|---|---|
| Column | value | The Column to remove. |
Returns
| Type | Description |
|---|---|
| IColumns | A new set if there is any modification to current sealed set; otherwise, the current set. |