GetRowCells method

Given a row index, return array of VARIANT which contain the cell value.

Syntax


C++

HRESULT GetRowCells (
   LONG RowIndex,
   Variant** ppRetVal)

Scripting languages

Value = Object.GetRowcells (
   RowIndex as Long)

Parameters


RowIndex

The Index of a row.

ppRetVal

Upon return, contain an array of type VARIANT, which contains the cell value.

Return value


C++

The return code.

Scripting languages

An array of type VARIANT, which contains the cell value.

Home

Applies to

IERUDBQuery