Tag: Remove
This self-closing tag will emulate unchecking the 'Is Visible' checkbox in the Grid Manager.
<Remove ColumnID="5"/>
Tag Attributes
| Attributes | Attribute Value | Value Description | Comment |
| Target | Applicable Grid Code |  | Not mandatory – If no target is set, this will default to the main grid. |
| ColumnID | Applicable Column ID in the Grid Manager |  | Mandatory |
| Server | Abbreviated server names (separated by comma) |  | Only applicable in consoleEZ - see below |
| Index | Positive integer | Window index number | Only applicable in consoleEZ - see below |
The Server attribute is only applicable to consoleEZ, in which case it will be mandatory for Target="LogAnalyzer" or Target="VolumeAnalyzer".
The Index attribute is also only used in consoleEZ and is mandatory when using Target="LogAnalyzer" or Target="VolumeAnalyzer", it is the value found on the Log Analyzer and Volume Analyzer windows.

|