VLPropertyList Reference

Read/Write PropertyFormat

See Also See Also Applies To Applies To

Returns or sets Format for the text to be displayed in value column of a property.

 

Syntax

object.Format [= string]

 

The Format property syntax has these parts:

PartDescription
object An object expression that evaluates to CProperty
string A Format for the text to be displayed in value column of a propety.

 

Remark

Format property internally uses Visual Basic's format function to format the value of the property. For more details see help on Visual Basic format function.