IWindowGridAddField Method
Add a field to the grid.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void AddField(
string field,
string text = "",
string format = "",
bool visible = true,
string afterField = ""
)
Sub AddField (
field As String,
Optional text As String = "",
Optional format As String = "",
Optional visible As Boolean = true,
Optional afterField As String = ""
)
Parameters
- 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.
- afterField String (Optional)
- Field after which the new field will be included.