Share via


FormGroupControl.columnspace Method

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.

Syntax

public int columnspace([int value, AutoMode mode])

Run On

Client

Parameters

  • value
    Type: int
    An integer value that specifies the amount of space between columns in a form group control in pixels; optional.
  • mode
    Type: AutoMode Enumeration
    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.

Return Value

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

See Also

Reference

FormGroupControl Class