Help Center

RowSetproperty

Used to bind hierarchical or flat ADO data to the grid.

Windowspropertydoc-orphan
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

NameDescription
vA 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