FormGroupControl.columnsValue 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.
Overloads
columnsValue() |
Sets or returns the number of columns in a form group control. |
columnsValue(Int32) |
columnsValue()
Sets or returns the number of columns in a form group control.
public:
virtual int columnsValue();
public virtual int columnsValue ();
abstract member columnsValue : unit -> int
override this.columnsValue : unit -> int
Public Overridable Function columnsValue () As Integer
Returns
An Integer data type value that specifies the number of columns in a form group control.
Applies to
columnsValue(Int32)
public:
virtual int columnsValue(int _value);
public virtual int columnsValue (int _value);
abstract member columnsValue : int -> int
override this.columnsValue : int -> int
Public Overridable Function columnsValue (_value As Integer) As Integer
Parameters
- _value
- Int32
An Integer data type that specifies the number of columns in a form group control; optional.