RowSetproperty
Used to bind hierarchical or flat ADO data to the grid.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
PROPERTY Rowset () AS VARIANT
PROPERTY Rowset (BYVAL v AS VARIANT)
Parameters
| Name | Description | |
|---|---|---|
v | A VARIANT containing reference to an ADO Recordset. |
Description
Returns or sets the recordset. Used to bind hierarchical or flat ADO data to the grid.
RowSet is equivalent to Recordset, but returns the pointer wrapped into a VARIANT for compatibility with VB6.
Reference
- Documented in Windows/Windows GUI/MSHFlexGrid Class.md
- Topic: Microsoft Hierarchical Grid