SetFieldFormat Method
Description
Sets the format of the field.
Syntax
Visual Basic |
---|
Public Function SetFieldFormat( _ ByVal index As Long, _ ByVal FieldType As ENUM_DINFO_FIELD_TYPES _ ) As Boolean |
Parameters
- index
- Required long indicating the index position that is being set.
- FieldType
Value Description DINFO_DEV DINFO_MAXMIN DINFO_MEAN DINFO_MEAS DINFO_NOM DINFO_NOT_USED DINFO_NUMPOINTS DINFO_OUTTOL DINFO_STDDEV DINFO_TOL
Return Type
Required Enum_Dinfo_Field_Types enumeration representing the type of value used at the given index position.
See Also