IWindowGridInsertField Method

Insert a field to the grid.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void InsertField(
	string beforeField,
	string field,
	string text = "",
	string format = "",
	bool visible = true
)

Parameters

beforeField  String
Field in front of which the new field will be included, if not indicated it will be inserted at the beginning.
field  String
Name of the new field.
text  String  (Optional)
Field text.
format  String  (Optional)
Field format.
visible  Boolean  (Optional)
Indicates whether the column is visible.

See Also