property Record.HFieldCount as Long
Sets or gets a value that indicates the number of fields on the horizontal axis.

TypeDescription
Long A long expression that indicates the number of fields on the horizontal axis. 
Use the HFieldCount property to specify the number of fields on the horizontal axis. By default, the HFieldCount property is -1. If the HFieldCount property is -1, the control puts the fields as much as they fit the control's client area. The HFieldCount property has effect only if the Layout property is exLeftToRight or exTopToBottom. The HFieldCount property has no effect if the Layout property is exCustomLayout. Use the FieldWidth property to specify the width of the fields. Use the HBorderField property to specify the distance between two fields on the horizontal axis. Use VFieldCount property to specify the number of fields on the vertical axis.