FormListControl.addColumn(Int32, FormListColumn) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool addColumn(int _Idx, Dynamics::AX::Application::FormListColumn ^ _Column);
public virtual bool addColumn (int _Idx, Dynamics.AX.Application.FormListColumn _Column);
abstract member addColumn : int * Dynamics.AX.Application.FormListColumn -> bool
override this.addColumn : int * Dynamics.AX.Application.FormListColumn -> bool
Public Overridable Function addColumn (_Idx As Integer, _Column As FormListColumn) As Boolean
Parameters
- _Idx
- Int32
- _Column
- FormListColumn