XLL+ Class Library (7.0)

ExcelForm::XllPlus::Forms::ExcelForm

Constructs a ExcelForm object and attaches it to Excel's application window

XllPlus::Forms::ExcelForm( );

Remarks

This constructor is all that is required to initialise the object.

Because ExcelForm is a managed class, you should use gcnew to construct it, rather than new, as shown below.

System::Windows::Forms::MessageBox::Show(
    gcnew XllPlus::Forms::ExcelForm(), 
    "Hello from .NET");

Requirements

Header: xlpclrforms.h

See Also

ExcelForm Class | ExcelForm Methods