Share via


Version Property (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns the version of the ModHFGrid that is loaded in memory currently.

Syntax

object.Version [=integer]

The Version property syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
integer An integer representing the version number of the ModHFGrid.

Remarks

The version number is a three-digit integer. The first digit represents the major version number, and the last two digits represent the minor version number. For example, version 3.5 returns an integer of 350.

See Also

ModHFGrid Control