Microsoft Excel reporting and 
 data analyzing with practically no coding. 
 .Net, ActiveX, and VCL versions. 
 www.AfalinaSoft.com  

Home    Products    Downloads    Registered users    Support    Prices    Order    Primary Subscription

 

MS Office COM Add-ins. Microsoft Excel reporting 
 and data analyzing


Types - Office Add-in Express Reference

<< Previous

Table of contents

Next >>


Types


MsoBarPosition

Defines the position of a CommandBar (IaxpCmdBar interface).

type
MsoBarPosition = axpOffice.MsoBarPosition;
const
msoBarLeft = axpOffice.msoBarLeft;
msoBarTop = axpOffice.msoBarTop;
msoBarRight = axpOffice.msoBarRight;
msoBarBottom = axpOffice.msoBarBottom;
msoBarFloating = axpOffice.msoBarFloating;
msoBarPopup = axpOffice.msoBarPopup;

Redeclaration of axpOffice.MsoBarPosition. Is used in TaxpAddIn.AddCmdBar method. See description of constants in VBA Help.

Page Top

MsoBarProtection

Defines protection types of a CommandBar(IaxpCmdBar interface).

type
MsoBarProtection = axpOffice.MsoBarProtection;
const
msoBarNoProtection = axpOffice.msoBarNoProtection;
msoBarNoCustomize = axpOffice.msoBarNoCustomize;
msoBarNoResize = axpOffice.msoBarNoResize;
msoBarNoMove = axpOffice.msoBarNoMove;
msoBarNoChangeVisible = axpOffice.msoBarNoChangeVisible;
msoBarNoChangeDock = axpOffice.msoBarNoChangeDock;
msoBarNoVerticalDock = axpOffice.msoBarNoVerticalDock;
msoBarNoHorizontalDock = axpOffice.msoBarNoHorizontalDock;

Redeclaration of axpOffice.MsoBarProtection. See description of constants in VBA Help.

Page Top

MsoButtonStyle

Defines the style of a button (IaxpButton interface).

type
MsoButtonStyle = TOleEnum;
const
msoButtonAutomatic = axpOffice.msoButtonAutomatic;
msoButtonIcon = axpOffice.msoButtonIcon;
msoButtonCaption = axpOffice.msoButtonCaption;
msoButtonIconAndCaption = axpOffice.msoButtonIconAndCaption;
msoButtonIconAndWrapCaption =
axpOffice.msoButtonIconAndWrapCaption;
msoButtonIconAndCaptionBelow =
axpOffice.msoButtonIconAndCaptionBelow;
msoButtonWrapCaption = axpOffice.msoButtonWrapCaption; msoButtonIconAndWrapCaptionBelow =
axpOffice.msoButtonIconAndWrapCaptionBelow;

Redeclaration of axpOffice.MsoButtonStyle. Is used in TaxpAddIn.AddButton method. See description of constants in VBA Help.

Page Top

MsoComboStyle

Defines the style of a combo box and its edit box (interface IaxpComboBox).

type
MsoComboStyle = TOleEnum;
const
msoComboNormal = axpOffice.msoComboNormal;
msoComboLabel = axpOffice.msoComboLabel;

Redeclaration of axpOffice.MsoComboStyle. Is used in TaxpAddIn.AddComboBox and TaxpAddIn.AddEdit methods. See description of constants in VBA Help.

Page Top

TaxpOfficeHostApp

Defines host applications.

type
TaxpOfficeHostApp = (ohaExcel, ohaWord, ohaOutlook,
ohaPowerPoint, ohaAccess, ohaProject, ohaFrontPage);
TaxpHostAppSet = set of TaxpOfficeHostApp;

The elements of this type are constants corresponding to MS Office applications. Is used by the TaxpAddIn.HostType property and in TaxpFactory.Create.

Page Top

TaxpControlType

Defines control types.

type
TaxpControlType = (axpButton, axpEdit, axpDropdown,
axpCombobox, axpPopup);

The elements of this type are constants corresponding to controls supported by Add-in Express:

  • axpButton - usual button (CommandBarButton);
  • axpEdit - edit box (CommandBarEdit);
  • axpDropDown - combo box whose DropDown property is on (CommandBarComboBox);
  • axpComboBox - combo box (CommandBarComboBox);
  • axpPopup - button with popup menu (CommandBarPopup).

Is used in TaxpAddIn.AddControl method.

Page Top

IaxpCmdBars

Interface of CommandBars collection.

type
IaxpCmdBars = axpOffice.CommandBars;

Redeclaration of axpOffice.CommandBars.

Page Top

IaxpCmdBar

Interface of CommandBar.

type
IaxpCmdBar = axpOffice.CommandBar;

Redeclaration of axpOffice.CommandBar. Is used in TaxpAddIn.AddCmdBar method.

Page Top

IaxpControl

Interface of CommandBarControl.

type
IaxpControl = axpOffice.CommandBarControl;

Redeclaration of axpOffice.CommandBarControl. Is used in TaxpAddIn.AddControl method.

Page Top

IaxpButton

Interface of button.

type
IaxpButton = axpOffice.CommandBarButton;

Redeclaration of axpOffice.CommandBarButton. Is used in TaxpAddIn.AddButton method.

Page Top

IaxpComboBox

Interface of a combo box.

type
IaxpComboBox = axpOffice.CommandBarComboBox;

Redeclaration of axpOffice.CommandBarComboBox. Is used in TaxpAddIn.AddComboBox method.

Page Top

IaxpPopup

Interface of a button with popup menu.

type
IaxpPopup = axpOffice.CommandBarPopupDisp;

Redeclaration of axpOffice.CommandBarPopup. Is used in TaxpAddIn.AddPopup method.

Page Top

<< Previous

Table of contents

Next >>



Developed for

Delphi 5, 6, 7
Excluding Delphi Personal


[ Download it ]

[ Order now ]

Immediate shipment




ADX Toys™

Free sample
add-ins with a complete source code based on Add-in Express.

[  Read more  ]




We are Borland 
 technology partner


Copyright © 1999-2006
All right reserved.
Privacy Policy

Write to WebMaster

Page Top
Add-in Express - COM Add-ins, Smart Tags and RTDS in C#, VB, C++, J#, and Delphi