Parameters
- fieldName
- The name of the field.
Return Value
The index of the field. -1 is returned if the field name is not found.
{
// field access
var flds = tableView.GetFields();
var fldIdx = tableView.GetFieldIndex("STATE_NAME");
var fldDesc = tableView.GetField(fldIdx);
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)