FormGroupControl.columnspace Method

Definition

Overloads

columnspace(Int32)
columnspace(Int32, AutoMode)
columnspace()

Sets or returns the amount of space between columns in a form group control in pixels and indicates whether the space is automatically adjusted based on other form settings, such the font size.

columnspace(Int32)

public:
 virtual int columnspace(int num1);
public virtual int columnspace (int num1);
abstract member columnspace : int -> int
override this.columnspace : int -> int
Public Overridable Function columnspace (num1 As Integer) As Integer

Parameters

num1
Int32

Returns

Applies to

columnspace(Int32, AutoMode)

public:
 virtual int columnspace(int _value, Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual int columnspace (int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member columnspace : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
override this.columnspace : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
Public Overridable Function columnspace (_value As Integer, _mode As AutoMode) As Integer

Parameters

_value
Int32

An AutoMode enumeration value that indicates whether the amount of space between columns is fixed, or whether it is automatically adjusted based on other form settings, such as the font size; optional.

_mode
AutoMode

An AutoMode enumeration value that indicates whether the amount of space between columns is fixed, or whether it is automatically adjusted based on other form settings, such as the font size; optional.

Returns

Applies to

columnspace()

Sets or returns the amount of space between columns in a form group control in pixels and indicates whether the space is automatically adjusted based on other form settings, such the font size.

public:
 virtual int columnspace();
public virtual int columnspace ();
abstract member columnspace : unit -> int
override this.columnspace : unit -> int
Public Overridable Function columnspace () As Integer

Returns

An integer value that specifies the space between columns in a form group control in pixels.

Applies to