FormTableControl.editControl(Int32, Int32) 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 Dynamics::AX::Application::FormControl ^ editControl(int _Column, int _Row);
public virtual Dynamics.AX.Application.FormControl editControl (int _Column, int _Row);
abstract member editControl : int * int -> Dynamics.AX.Application.FormControl
override this.editControl : int * int -> Dynamics.AX.Application.FormControl
Public Overridable Function editControl (_Column As Integer, _Row As Integer) As FormControl
Parameters
- _Column
- Int32
- _Row
- Int32