SeqViewColumns.Insert
- Updated2025-07-21
- 1 minute(s) read
SeqViewColumns.Insert
Syntax
SeqViewColumns.Insert( itemName, columnType, columnWidth, insertBefore)
Return Value
Purpose
Adds a new item to the collection and returns the new SeqViewColumn object.
Parameters
itemName As String
[In] Specifies the name of the new column. The name must be unique but is not case-sensitive.
columnType As SeqViewColumnTypes
[In] Specifies the type of column. Refer to the SeqViewColumn.Type property for more information about column types.
columnWidth As Long
[In] Specifies the width of the new column, in pixels.
insertBefore As Long
[In] Specifies the index of the existing page before which to insert the new page. When you want the new page to be last, pass -1 to this parameter.