DisplayOnSameLineAsPrevious property

Applies to database Number, Date, YesNo, TrafficLight column. Specifies whether or not this column should appear on the same line as the previous one.

Syntax


C++

HRESULT get_DisplayOnSameLineAsPrevious(VARIANT_BOOL* pRetVal)

HRESULT put_DisplayOnSameLineAsPrevious(VARIANT_BOOL Value)

Scripting languages

Boolean = object.DisplayOnSameLineAsPrevious

object.DisplayOnSameLineAsPrevious = Boolean

Legal values


Value

Description

TRUE

This column should appear on the same line as the previous one

FALSE

This column should not appear on the same line as the previous one

Remarks


You can only set the DisplayOnSameLineAsPrevious property if the DataType property is set to erCellDataTypeNumber, erCellDataTypeDate, erCellDataTypeBoolean or erCellDataTypeTrafficLight. Otherwise, DisplayOnSameLineAsPrevious returns the error EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUDBColumn