CimGrid.VerticalCount (property)

Gets and sets the number of vertical lines to draw.
Syntax: long = object.VerticalCount
object.VerticalCount = long
Description: CimGrid.VerticalCount contains the number of vertical lines to draw.

Example

The following CimView script excerpt changes the vertical line count to 5:

cimOleObj.Grid.VerticalCount = 5