IWindowGridInsertField Method
Insert a field to the grid.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void InsertField(
string beforeField,
string field,
string text = "",
string format = "",
bool visible = true
)
Sub InsertField (
beforeField As String,
field As String,
Optional text As String = "",
Optional format As String = "",
Optional visible As Boolean = 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.