XLL+ Class Library (6.3)

CXlControlRefEdit Class

Reference edit text-box control supported by CXlDialog.

class CXlControlRefEdit : public CXlControl

Overview

The CXlControlRefEdit class instantiates a reference edit field. The string value of the field can be read and set by calling GetValue() and SetValue().

The reference value of the field can be read and set by calling GetRef() and SetRef().

The user can populate the field by selecting a cell range in an Excel workbook.

Methods of parent class

Requirements

Header: xldialog.h

See Also

CXlControlRefEdit Methods | xldialog.h | CXlDialog object | CXlControl object