Adds a new column to the matrix.
Adds a new column to the matrix.
| Visual Basic |
|---|
Public Function Add( _ ByVal UID As String, _ ByVal Type As BoFormItemTypes _ ) As Column |
| Value | Description |
|---|---|
| it_BUTTON | Button (not relevant for column type) |
| it_STATIC | StaticText (not relevant for column type) |
| it_EDIT | EditText |
| it_FOLDER | Folder (not relevant for column type) |
| it_RECTANGLE | Frame (not relevant for column type) |
| it_COMBO_BOX | ComboBox |
| it_LINKED_BUTTON | LinkedButton |
| it_PICTURE | PictureBox |
| it_EXTEDIT | EditText with multiple lines |
| it_CHECK_BOX | CheckBox |
| it_OPTION_BUTTON | OptionBtn (not relevant for column type) |
| it_MATRIX | Matrix (not relevant for column type) |
| it_GRID | Grid |
| it_PANE_COMBO_BOX | PaneComboBox (not relevant for column type) |
| it_ACTIVE_X | ActiveX |
| it_BUTTON_COMBO | ButtonCombo (not relevant for column type) |
| it_WEB_BROWSER | WebBrowser |
| Adding Columns Example (Visual Basic) | ||
|---|---|---|
| ||
| Adding Link Arrow (Visual Basic) | ||
|---|---|---|
| ||