RowCellsOrder property

Determines the order of values returned by cell values of GetRowCells method.

For a value of 0 (zero), cell values returned are sorted by the column ID  specified in the column ID's property. A value of 1 will be in the order specified in column IDs.

Syntax


C++

HRESULT get_RowCellsOrder(LONG* order)

Scripting languages

Long = Object.RowCellsOrder

Home

Applies to

IERUDBQuery


See also

GetRowCells Method