| |||||||
DisplayOnSameLineAsPrevious propertyApplies to database Number, Date, YesNo, TrafficLight column. Specifies whether or not this column should appear on the same line as the previous one. SyntaxC++HRESULT get_DisplayOnSameLineAsPrevious(VARIANT_BOOL* pRetVal) HRESULT put_DisplayOnSameLineAsPrevious(VARIANT_BOOL Value) Scripting languagesBoolean = object.DisplayOnSameLineAsPrevious object.DisplayOnSameLineAsPrevious = Boolean Legal values
RemarksYou 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 |