Gets and sets the number of horizontal lines to draw. | |
Syntax: | long = object.HorizontalCount object.HorizontalCount = long |
Description: | CimGrid.HorizontalCount contains
the number of horizontal lines to draw. Example The following CimView script excerpt changes the horizontal line count to 5: cimOleObj.Grid.HorizontalCount =
5 |