Determines the number of host data rows to display within a single data grid row.
Host-generated grids only.
object.FoldCount as Integer
This property allows multi-line subfile records to be flattened and displayed on a single line within the datagrid. This property specifies the number of rows that make up a single record. The width of the grid adjusts automatically to accommodate the additional data. In order for this property to be applied, ShowColumns must be set to True. The default setting for this property is one.
This property is only available for datagrid controls that have been generated from 5250 subfiles. It is not available for DataGrid controls that have been manually added in Designer.