Version

This property returns the version, as an integer, of the Grid control currently loaded in memory.

Syntax

object.Version

Parameters

object
Object expression that evaluates to a Grid control.

Remarks

The Version property is read-only. The version number is a three-digit integer. The first digit represents the major version number and the last two represent the minor version number. For example, version 3.5 returns 350.