LabelFormat returns the post data variable's label format. Returns a LabelFormat object. This is a read-only property.
Syntax
object.LabelFormat( VariableIndex )
Parameter |
Type |
Description |
VariableIndex |
Integer |
required; variable number |
Example
This example returns the number of digits to display for the third variable.
Debug.Print PostData.LabelFormat(3).NumDigits
Used by: PostData object