HeadRows Property

Returns the number of datagrid rows identified by the recognition engine as header rows. Read-only.

object.HeadRows as Integer

Use

This property cannot be set, it is only available at run-time as a read-only value.

Where a data grid control has been automatically generated from a host screen subfile, the recognition engine will try to determine the number of header rows in the grid, based on a combination of the following:

This property returns the number of rows that are identified as header rows after all the above factors have been evaluated.

In the case of inserted data grids (grids that are bound to an external data source or dynamically populated using one of the data grid methods), this property will return 0.

See Also

ColCount property | RowCount property | ColIndex property | RowIndex property

Applies To

Grid control


© 2004-2021 looksoftware. All rights reserved.