GetFieldFormat Method
Description
Returns the dimension information type of the position indicated by index.
Syntax
Visual Basic |
---|
Public Function GetFieldFormat( _ ByVal index As Long _ ) As ENUM_DINFO_FIELD_TYPES |
Parameters
- index
- Required Long representing which index position to retrieve.
Return Type
Enum_Dinfo_Field_Types enumeration value indicating the dimension information type of the position indicated by the index parameter.
See Also