IWindowGridContainsField Method
Indicates if the grid contains the indicated field.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
bool ContainsField(
string field
)
Function ContainsField (
field As String
) As Boolean
- field String
- Name of the field to search.
Boolean if the grid contains the indicated field; otherwise,
.