Sidebar

reference:scripting_reference:scripting_objects:addcoldata

The AddColData object is passed to the OnAddColumns event in a script add-in. The script can use this to add columns using the AddColumn method.

Method Name Arguments Return Type Description

AddColumn

none

object:ScriptColumn 

Adds a new information column to Opus. The returned ScriptColumn object must be properly initialized. A script add-in can add as many columns as it likes, and these will be available in file displays, infotips and the Advanced Find function.