Reference

The COM object is a QAxObject with the CLSID .

Interfaces

Event Interfaces

Public Slots:

Signals:

Properties:


Member Type Documentation

Constants

XlAboveBelow

XlActionType

XlAllocation

XlAllocationMethod

XlAllocationValue

XlApplicationInternational

XlApplyNamesOrder

XlArabicModes

XlArrangeStyle

XlArrowHeadLength

XlArrowHeadStyle

XlArrowHeadWidth

XlAutoFillType

XlAutoFilterOperator

XlAxisCrosses

XlAxisGroup

XlAxisType

XlBackground

XlBarShape

XlBorderWeight

XlBordersIndex

XlBuiltInDialog

XlCVError

XlCalcFor

XlCalcMemNumberFormatType

XlCalculatedMemberType

XlCalculation

XlCalculationInterruptKey

XlCalculationState

XlCategoryLabelLevel

XlCategoryType

XlCellChangedState

XlCellInsertionMode

XlCellType

XlChartElementPosition

XlChartGallery

XlChartItem

XlChartLocation

XlChartPicturePlacement

XlChartPictureType

XlChartSplitType

XlChartType

XlCheckInVersionType

XlClipboardFormat

XlCmdType

XlColorIndex

XlColumnDataType

XlCommandUnderlines

XlCommentDisplayMode

XlConditionValueTypes

XlConnectionType

XlConsolidationFunction

XlContainsOperator

XlCopyPictureFormat

XlCorruptLoad

XlCreator

XlCredentialsMethod

XlCubeFieldSubType

XlCubeFieldType

XlCutCopyMode

XlDVAlertStyle

XlDVType

XlDataBarAxisPosition

XlDataBarBorderType

XlDataBarFillType

XlDataBarNegativeColorType

XlDataLabelPosition

XlDataLabelSeparator

XlDataLabelsType

XlDataSeriesDate

XlDataSeriesType

XlDeleteShiftDirection

XlDirection

XlDisplayBlanksAs

XlDisplayDrawingObjects

XlDisplayUnit

XlDupeUnique

XlDynamicFilterCriteria

XlEditionFormat

XlEditionOptionsOption

XlEditionType

XlEnableCancelKey

XlEnableSelection

XlEndStyleCap

XlErrorBarDirection

XlErrorBarInclude

XlErrorBarType

XlErrorChecks

XlFileAccess

XlFileFormat

XlFileValidationPivotMode

XlFillWith

XlFilterAction

XlFilterAllDatesInPeriod

XlFilterStatus

XlFindLookIn

XlFixedFormatQuality

XlFixedFormatType

XlFormControl

XlFormatConditionOperator

XlFormatConditionType

XlFormatFilterTypes

XlFormulaLabel

XlGenerateTableRefs

XlGradientFillType

XlHAlign

XlHebrewModes

XlHighlightChangesTime

XlHtmlType

XlIMEMode

XlIcon

XlIconSet

XlImportDataAs

XlInsertFormatOrigin

XlInsertShiftDirection

XlLayoutFormType

XlLayoutRowType

XlLegendPosition

XlLineStyle

XlLink

XlLinkInfo

XlLinkInfoType

XlLinkStatus

XlLinkType

XlListConflict

XlListDataType

XlListObjectSourceType

XlLocationInTable

XlLookAt

XlLookFor

XlMSApplication

XlMailSystem

XlMarkerStyle

XlMeasurementUnits

XlModelChangeSource

XlMouseButton

XlMousePointer

XlOLEType

XlOLEVerb

XlOartHorizontalOverflow

XlOartVerticalOverflow

XlObjectSize

XlOrder

XlOrientation

XlPTSelectionMode

XlPageBreak

XlPageBreakExtent

XlPageOrientation

XlPaperSize

XlParameterDataType

XlParameterType

XlPasteSpecialOperation

XlPasteType

XlPattern

XlPhoneticAlignment

XlPhoneticCharacterType

XlPictureAppearance

XlPictureConvertorType

XlPieSliceIndex

XlPieSliceLocation

XlPivotCellType

XlPivotConditionScope

XlPivotFieldCalculation

XlPivotFieldDataType

XlPivotFieldOrientation

XlPivotFieldRepeatLabels

XlPivotFilterType

XlPivotFormatType

XlPivotLineType

XlPivotTableMissingItems

XlPivotTableSourceType

XlPivotTableVersionList

XlPlacement

XlPlatform

XlPortugueseReform

XlPrintErrors

XlPrintLocation

XlPriority

XlPropertyDisplayedIn

XlProtectedViewCloseReason

XlProtectedViewWindowState

XlQueryType

XlQuickAnalysisMode

XlRangeAutoFormat

XlRangeValueDataType

XlReferenceStyle

XlReferenceType

XlRemoveDocInfoType

XlRgbColor

XlRobustConnect

XlRoutingSlipDelivery

XlRoutingSlipStatus

XlRowCol

XlRunAutoMacro

XlSaveAction

XlSaveAsAccessMode

XlSaveConflictResolution

XlScaleType

XlSearchDirection

XlSearchOrder

XlSearchWithin

XlSeriesNameLevel

XlSheetType

XlSheetVisibility

XlSizeRepresents

XlSlicerCacheType

XlSlicerCrossFilterType

XlSlicerSort

XlSmartTagControlType

XlSmartTagDisplayMode

XlSortDataOption

XlSortMethod

XlSortMethodOld

XlSortOn

XlSortOrder

XlSortOrientation

XlSortType

XlSourceType

XlSpanishModes

XlSparkScale

XlSparkType

XlSparklineRowCol

XlSpeakDirection

XlSpecialCellsValue

XlStdColorScale

XlSubscribeToFormat

XlSubtototalLocationType

XlSummaryColumn

XlSummaryReportType

XlSummaryRow

XlTabPosition

XlTableStyleElementType

XlTextParsingType

XlTextQualifier

XlTextVisualLayoutType

XlThemeColor

XlThemeFont

XlThreadMode

XlTickLabelOrientation

XlTickLabelPosition

XlTickMark

XlTimePeriods

XlTimeUnit

XlTimelineLevel

XlToolbarProtection

XlTopBottom

XlTotalsCalculation

XlTrendlineType

XlUnderlineStyle

XlUpdateLinks

XlVAlign

XlWBATemplate

XlWebFormatting

XlWebSelectionType

XlWindowState

XlWindowType

XlWindowView

XlXLMMacroType

XlXmlExportResult

XlXmlImportResult

XlXmlLoadOption

XlYesNoGuess


Member Function Documentation

QVariant Activate () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(Activate()));

Or call the function directly:

	QVariant result = object->dynamicCall("Activate()");

IDispatch* AddComment (QVariant Text) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(AddComment(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("AddComment(QVariant)", params);

QString Address (QVariant RowAbsolute, QVariant ColumnAbsolute, XlReferenceStyle ReferenceStyle, QVariant External, QVariant RelativeTo) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, XlReferenceStyle, QVariant, QVariant)), object, SLOT(Address(QVariant, QVariant, XlReferenceStyle, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QString result = object->dynamicCall("Address(QVariant, QVariant, XlReferenceStyle, QVariant, QVariant)", params).toString();

QString AddressLocal (QVariant RowAbsolute, QVariant ColumnAbsolute, XlReferenceStyle ReferenceStyle, QVariant External, QVariant RelativeTo) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, XlReferenceStyle, QVariant, QVariant)), object, SLOT(AddressLocal(QVariant, QVariant, XlReferenceStyle, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QString result = object->dynamicCall("AddressLocal(QVariant, QVariant, XlReferenceStyle, QVariant, QVariant)", params).toString();

QVariant AdvancedFilter (XlFilterAction Action, QVariant CriteriaRange, QVariant CopyToRange, QVariant Unique) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlFilterAction, QVariant, QVariant, QVariant)), object, SLOT(AdvancedFilter(XlFilterAction, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("AdvancedFilter(XlFilterAction, QVariant, QVariant, QVariant)", params);

void AllocateChanges () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(AllocateChanges()));

Or call the function directly:

	object->dynamicCall("AllocateChanges()");

QVariant ApplyNames (QVariant Names, QVariant IgnoreRelativeAbsolute, QVariant UseRowColumnNames, QVariant OmitColumn, QVariant OmitRow, XlApplyNamesOrder Order, QVariant AppendLast) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant, QVariant, XlApplyNamesOrder, QVariant)), object, SLOT(ApplyNames(QVariant, QVariant, QVariant, QVariant, QVariant, XlApplyNamesOrder, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("ApplyNames(QVariant, QVariant, QVariant, QVariant, QVariant, XlApplyNamesOrder, QVariant)", params);

QVariant ApplyOutlineStyles () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(ApplyOutlineStyles()));

Or call the function directly:

	QVariant result = object->dynamicCall("ApplyOutlineStyles()");

QString AutoComplete (QString String) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QString)), object, SLOT(AutoComplete(QString)));

Or call the function directly:

	QVariantList params = ...
	QString result = object->dynamicCall("AutoComplete(QString)", params).toString();

QVariant AutoFill (IDispatch* Destination, XlAutoFillType Type) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(IDispatch*, XlAutoFillType)), object, SLOT(AutoFill(IDispatch*, XlAutoFillType)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("AutoFill(IDispatch*, XlAutoFillType)", params);

QVariant AutoFilter (QVariant Field, QVariant Criteria1, XlAutoFilterOperator Operator, QVariant Criteria2, QVariant VisibleDropDown) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, XlAutoFilterOperator, QVariant, QVariant)), object, SLOT(AutoFilter(QVariant, QVariant, XlAutoFilterOperator, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("AutoFilter(QVariant, QVariant, XlAutoFilterOperator, QVariant, QVariant)", params);

QVariant AutoFit () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(AutoFit()));

Or call the function directly:

	QVariant result = object->dynamicCall("AutoFit()");

QVariant AutoFormat (XlRangeAutoFormat Format, QVariant Number, QVariant Font, QVariant Alignment, QVariant Border, QVariant Pattern, QVariant Width) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlRangeAutoFormat, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)), object, SLOT(AutoFormat(XlRangeAutoFormat, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("AutoFormat(XlRangeAutoFormat, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)", params);

QVariant AutoOutline () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(AutoOutline()));

Or call the function directly:

	QVariant result = object->dynamicCall("AutoOutline()");

QVariant BorderAround (QVariant LineStyle, XlBorderWeight Weight, XlColorIndex ColorIndex, QVariant Color, QVariant ThemeColor) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, XlBorderWeight, XlColorIndex, QVariant, QVariant)), object, SLOT(BorderAround(QVariant, XlBorderWeight, XlColorIndex, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("BorderAround(QVariant, XlBorderWeight, XlColorIndex, QVariant, QVariant)", params);

QVariant Calculate () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(Calculate()));

Or call the function directly:

	QVariant result = object->dynamicCall("Calculate()");

QVariant CalculateRowMajorOrder () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(CalculateRowMajorOrder()));

Or call the function directly:

	QVariant result = object->dynamicCall("CalculateRowMajorOrder()");

IDispatch* Characters (QVariant Start, QVariant Length) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(Characters(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("Characters(QVariant, QVariant)", params);

QVariant CheckSpelling (QVariant CustomDictionary, QVariant IgnoreUppercase, QVariant AlwaysSuggest, QVariant SpellLang) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant)), object, SLOT(CheckSpelling(QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("CheckSpelling(QVariant, QVariant, QVariant, QVariant)", params);

QVariant Clear () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(Clear()));

Or call the function directly:

	QVariant result = object->dynamicCall("Clear()");

void ClearComments () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(ClearComments()));

Or call the function directly:

	object->dynamicCall("ClearComments()");

QVariant ClearContents () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(ClearContents()));

Or call the function directly:

	QVariant result = object->dynamicCall("ClearContents()");

QVariant ClearFormats () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(ClearFormats()));

Or call the function directly:

	QVariant result = object->dynamicCall("ClearFormats()");

void ClearHyperlinks () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(ClearHyperlinks()));

Or call the function directly:

	object->dynamicCall("ClearHyperlinks()");

QVariant ClearNotes () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(ClearNotes()));

Or call the function directly:

	QVariant result = object->dynamicCall("ClearNotes()");

QVariant ClearOutline () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(ClearOutline()));

Or call the function directly:

	QVariant result = object->dynamicCall("ClearOutline()");

IDispatch* ColumnDifferences (QVariant Comparison) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(ColumnDifferences(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("ColumnDifferences(QVariant)", params);

QVariant Consolidate (QVariant Sources, QVariant Function, QVariant TopRow, QVariant LeftColumn, QVariant CreateLinks) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant, QVariant)), object, SLOT(Consolidate(QVariant, QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Consolidate(QVariant, QVariant, QVariant, QVariant, QVariant)", params);

QVariant Copy (QVariant Destination) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(Copy(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Copy(QVariant)", params);

int CopyFromRecordset (IUnknown* Data, QVariant MaxRows, QVariant MaxColumns) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(IUnknown*, QVariant, QVariant)), object, SLOT(CopyFromRecordset(IUnknown*, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	int result = object->dynamicCall("CopyFromRecordset(IUnknown*, QVariant, QVariant)", params).toInt();

QVariant CopyPicture (XlPictureAppearance Appearance, XlCopyPictureFormat Format) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlPictureAppearance, XlCopyPictureFormat)), object, SLOT(CopyPicture(XlPictureAppearance, XlCopyPictureFormat)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("CopyPicture(XlPictureAppearance, XlCopyPictureFormat)", params);

QVariant CreateNames (QVariant Top, QVariant Left, QVariant Bottom, QVariant Right) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant)), object, SLOT(CreateNames(QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("CreateNames(QVariant, QVariant, QVariant, QVariant)", params);

QVariant CreatePublisher (QVariant Edition, XlPictureAppearance Appearance, QVariant ContainsPICT, QVariant ContainsBIFF, QVariant ContainsRTF, QVariant ContainsVALU) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, XlPictureAppearance, QVariant, QVariant, QVariant, QVariant)), object, SLOT(CreatePublisher(QVariant, XlPictureAppearance, QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("CreatePublisher(QVariant, XlPictureAppearance, QVariant, QVariant, QVariant, QVariant)", params);

QVariant Cut (QVariant Destination) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(Cut(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Cut(QVariant)", params);

QVariant DataSeries (QVariant Rowcol, XlDataSeriesType Type, XlDataSeriesDate Date, QVariant Step, QVariant Stop, QVariant Trend) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, XlDataSeriesType, XlDataSeriesDate, QVariant, QVariant, QVariant)), object, SLOT(DataSeries(QVariant, XlDataSeriesType, XlDataSeriesDate, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("DataSeries(QVariant, XlDataSeriesType, XlDataSeriesDate, QVariant, QVariant, QVariant)", params);

QVariant Delete (QVariant Shift) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(Delete(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Delete(QVariant)", params);

QVariant DialogBox () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(DialogBox()));

Or call the function directly:

	QVariant result = object->dynamicCall("DialogBox()");

void Dirty () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(Dirty()));

Or call the function directly:

	object->dynamicCall("Dirty()");

void DiscardChanges () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(DiscardChanges()));

Or call the function directly:

	object->dynamicCall("DiscardChanges()");

QVariant EditionOptions (XlEditionType Type, XlEditionOptionsOption Option, QVariant Name, QVariant Reference, XlPictureAppearance Appearance, XlPictureAppearance ChartSize, QVariant Format) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlEditionType, XlEditionOptionsOption, QVariant, QVariant, XlPictureAppearance, XlPictureAppearance, QVariant)), object, SLOT(EditionOptions(XlEditionType, XlEditionOptionsOption, QVariant, QVariant, XlPictureAppearance, XlPictureAppearance, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("EditionOptions(XlEditionType, XlEditionOptionsOption, QVariant, QVariant, XlPictureAppearance, XlPictureAppearance, QVariant)", params);

IDispatch* End (XlDirection Direction) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlDirection)), object, SLOT(End(XlDirection)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("End(XlDirection)", params);

void ExportAsFixedFormat (XlFixedFormatType Type, QVariant Filename, QVariant Quality, QVariant IncludeDocProperties, QVariant IgnorePrintAreas, QVariant From, QVariant To, QVariant OpenAfterPublish, QVariant FixedFormatExtClassPtr) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlFixedFormatType, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)), object, SLOT(ExportAsFixedFormat(XlFixedFormatType, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("ExportAsFixedFormat(XlFixedFormatType, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)", params);

QVariant FillDown () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(FillDown()));

Or call the function directly:

	QVariant result = object->dynamicCall("FillDown()");

QVariant FillLeft () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(FillLeft()));

Or call the function directly:

	QVariant result = object->dynamicCall("FillLeft()");

QVariant FillRight () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(FillRight()));

Or call the function directly:

	QVariant result = object->dynamicCall("FillRight()");

QVariant FillUp () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(FillUp()));

Or call the function directly:

	QVariant result = object->dynamicCall("FillUp()");

IDispatch* Find (QVariant What, QVariant After, QVariant LookIn, QVariant LookAt, QVariant SearchOrder, XlSearchDirection SearchDirection, QVariant MatchCase, QVariant MatchByte, QVariant SearchFormat) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant, QVariant, XlSearchDirection, QVariant, QVariant, QVariant)), object, SLOT(Find(QVariant, QVariant, QVariant, QVariant, QVariant, XlSearchDirection, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("Find(QVariant, QVariant, QVariant, QVariant, QVariant, XlSearchDirection, QVariant, QVariant, QVariant)", params);

IDispatch* FindNext (QVariant After) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(FindNext(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("FindNext(QVariant)", params);

IDispatch* FindPrevious (QVariant After) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(FindPrevious(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("FindPrevious(QVariant)", params);

void FlashFill () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(FlashFill()));

Or call the function directly:

	object->dynamicCall("FlashFill()");

QVariant FunctionWizard () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(FunctionWizard()));

Or call the function directly:

	QVariant result = object->dynamicCall("FunctionWizard()");

bool GoalSeek (QVariant Goal, IDispatch* ChangingCell) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, IDispatch*)), object, SLOT(GoalSeek(QVariant, IDispatch*)));

Or call the function directly:

	QVariantList params = ...
	bool result = object->dynamicCall("GoalSeek(QVariant, IDispatch*)", params).toBool();

QVariant Group (QVariant Start, QVariant End, QVariant By, QVariant Periods) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant)), object, SLOT(Group(QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Group(QVariant, QVariant, QVariant, QVariant)", params);

QVariant Insert (QVariant Shift, QVariant CopyOrigin) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(Insert(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Insert(QVariant, QVariant)", params);

void InsertIndent (int InsertAmount) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(int)), object, SLOT(InsertIndent(int)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("InsertIndent(int)", params);

QVariant Item (QVariant RowIndex, QVariant ColumnIndex) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(Item(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Item(QVariant, QVariant)", params);

QVariant Justify () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(Justify()));

Or call the function directly:

	QVariant result = object->dynamicCall("Justify()");

QVariant ListNames () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(ListNames()));

Or call the function directly:

	QVariant result = object->dynamicCall("ListNames()");

void Merge (QVariant Across) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(Merge(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("Merge(QVariant)", params);

QVariant NavigateArrow (QVariant TowardPrecedent, QVariant ArrowNumber, QVariant LinkNumber) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant)), object, SLOT(NavigateArrow(QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("NavigateArrow(QVariant, QVariant, QVariant)", params);

QString NoteText (QVariant Text, QVariant Start, QVariant Length) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant)), object, SLOT(NoteText(QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QString result = object->dynamicCall("NoteText(QVariant, QVariant, QVariant)", params).toString();

IDispatch* Offset (QVariant RowOffset, QVariant ColumnOffset) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(Offset(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("Offset(QVariant, QVariant)", params);

QVariant Parse (QVariant ParseLine, QVariant Destination) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(Parse(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Parse(QVariant, QVariant)", params);

QVariant PasteSpecial (XlPasteType Paste, XlPasteSpecialOperation Operation, QVariant SkipBlanks, QVariant Transpose) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlPasteType, XlPasteSpecialOperation, QVariant, QVariant)), object, SLOT(PasteSpecial(XlPasteType, XlPasteSpecialOperation, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("PasteSpecial(XlPasteType, XlPasteSpecialOperation, QVariant, QVariant)", params);

QVariant PrintOut (QVariant From, QVariant To, QVariant Copies, QVariant Preview, QVariant ActivePrinter, QVariant PrintToFile, QVariant Collate, QVariant PrToFileName) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)), object, SLOT(PrintOut(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("PrintOut(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)", params);

QVariant PrintPreview (QVariant EnableChanges) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(PrintPreview(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("PrintPreview(QVariant)", params);

IDispatch* Range (QVariant Cell1, QVariant Cell2) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(Range(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("Range(QVariant, QVariant)", params);

void RemoveDuplicates (QVariant Columns, XlYesNoGuess Header) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, XlYesNoGuess)), object, SLOT(RemoveDuplicates(QVariant, XlYesNoGuess)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("RemoveDuplicates(QVariant, XlYesNoGuess)", params);

QVariant RemoveSubtotal () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(RemoveSubtotal()));

Or call the function directly:

	QVariant result = object->dynamicCall("RemoveSubtotal()");

bool Replace (QVariant What, QVariant Replacement, QVariant LookAt, QVariant SearchOrder, QVariant MatchCase, QVariant MatchByte, QVariant SearchFormat, QVariant ReplaceFormat) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)), object, SLOT(Replace(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	bool result = object->dynamicCall("Replace(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)", params).toBool();

IDispatch* Resize (QVariant RowSize, QVariant ColumnSize) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(Resize(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("Resize(QVariant, QVariant)", params);

IDispatch* RowDifferences (QVariant Comparison) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(RowDifferences(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("RowDifferences(QVariant)", params);

QVariant Run (QVariant Arg1, QVariant Arg2, QVariant Arg3, QVariant Arg4, QVariant Arg5, QVariant Arg6, QVariant Arg7, QVariant Arg8, QVariant Arg9, QVariant Arg10, QVariant Arg11, QVariant Arg12, QVariant Arg13, QVariant Arg14, QVariant Arg15, QVariant Arg16, QVariant Arg17, QVariant Arg18, QVariant Arg19, QVariant Arg20, QVariant Arg21, QVariant Arg22, QVariant Arg23, QVariant Arg24, QVariant Arg25, QVariant Arg26, QVariant Arg27, QVariant Arg28, QVariant Arg29, QVariant Arg30) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)), object, SLOT(Run(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Run(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)", params);

QVariant Select () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(Select()));

Or call the function directly:

	QVariant result = object->dynamicCall("Select()");

void SetAddIndent (QVariant AddIndent) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetAddIndent(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetAddIndent(QVariant)", params);

void SetColumnWidth (QVariant ColumnWidth) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetColumnWidth(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetColumnWidth(QVariant)", params);

void SetFormula (QVariant Formula) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetFormula(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetFormula(QVariant)", params);

void SetFormulaArray (QVariant FormulaArray) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetFormulaArray(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetFormulaArray(QVariant)", params);

void SetFormulaHidden (QVariant FormulaHidden) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetFormulaHidden(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetFormulaHidden(QVariant)", params);

void SetFormulaLabel (XlFormulaLabel FormulaLabel) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlFormulaLabel)), object, SLOT(SetFormulaLabel(XlFormulaLabel)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetFormulaLabel(XlFormulaLabel)", params);

void SetFormulaLocal (QVariant FormulaLocal) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetFormulaLocal(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetFormulaLocal(QVariant)", params);

void SetFormulaR1C1 (QVariant FormulaR1C1) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetFormulaR1C1(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetFormulaR1C1(QVariant)", params);

void SetFormulaR1C1Local (QVariant FormulaR1C1Local) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetFormulaR1C1Local(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetFormulaR1C1Local(QVariant)", params);

void SetHidden (QVariant Hidden) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetHidden(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetHidden(QVariant)", params);

void SetHorizontalAlignment (QVariant HorizontalAlignment) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetHorizontalAlignment(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetHorizontalAlignment(QVariant)", params);

void SetID (QString ID) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QString)), object, SLOT(SetID(QString)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetID(QString)", params);

void SetIndentLevel (QVariant IndentLevel) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetIndentLevel(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetIndentLevel(QVariant)", params);

void SetItem (QVariant RowIndex, QVariant ColumnIndex, QVariant rhs) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant)), object, SLOT(SetItem(QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetItem(QVariant, QVariant, QVariant)", params);

void SetLocked (QVariant Locked) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetLocked(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetLocked(QVariant)", params);

void SetMergeCells (QVariant MergeCells) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetMergeCells(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetMergeCells(QVariant)", params);

void SetName (QVariant Name) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetName(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetName(QVariant)", params);

void SetNumberFormat (QVariant NumberFormat) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetNumberFormat(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetNumberFormat(QVariant)", params);

void SetNumberFormatLocal (QVariant NumberFormatLocal) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetNumberFormatLocal(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetNumberFormatLocal(QVariant)", params);

void SetOrientation (QVariant Orientation) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetOrientation(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetOrientation(QVariant)", params);

void SetOutlineLevel (QVariant OutlineLevel) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetOutlineLevel(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetOutlineLevel(QVariant)", params);

void SetPageBreak (int PageBreak) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(int)), object, SLOT(SetPageBreak(int)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetPageBreak(int)", params);

void SetPhonetic () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(SetPhonetic()));

Or call the function directly:

	object->dynamicCall("SetPhonetic()");

void SetReadingOrder (int ReadingOrder) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(int)), object, SLOT(SetReadingOrder(int)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetReadingOrder(int)", params);

void SetRowHeight (QVariant RowHeight) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetRowHeight(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetRowHeight(QVariant)", params);

void SetShowDetail (QVariant ShowDetail) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetShowDetail(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetShowDetail(QVariant)", params);

void SetShrinkToFit (QVariant ShrinkToFit) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetShrinkToFit(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetShrinkToFit(QVariant)", params);

void SetStyle (QVariant Style) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetStyle(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetStyle(QVariant)", params);

void SetUseStandardHeight (QVariant UseStandardHeight) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetUseStandardHeight(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetUseStandardHeight(QVariant)", params);

void SetUseStandardWidth (QVariant UseStandardWidth) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetUseStandardWidth(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetUseStandardWidth(QVariant)", params);

QVariant SetValue (QVariant RangeValueDataType, QVariant rhs) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(SetValue(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("SetValue(QVariant, QVariant)", params);

void SetValue2 (QVariant Value2) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetValue2(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetValue2(QVariant)", params);

void SetVerticalAlignment (QVariant VerticalAlignment) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetVerticalAlignment(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetVerticalAlignment(QVariant)", params);

void SetWrapText (QVariant WrapText) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(SetWrapText(QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("SetWrapText(QVariant)", params);

QVariant Show () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(Show()));

Or call the function directly:

	QVariant result = object->dynamicCall("Show()");

QVariant ShowDependents (QVariant Remove) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(ShowDependents(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("ShowDependents(QVariant)", params);

QVariant ShowErrors () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(ShowErrors()));

Or call the function directly:

	QVariant result = object->dynamicCall("ShowErrors()");

QVariant ShowPrecedents (QVariant Remove) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(ShowPrecedents(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("ShowPrecedents(QVariant)", params);

QVariant Sort (QVariant Key1, XlSortOrder Order1, QVariant Key2, QVariant Type, XlSortOrder Order2, QVariant Key3, XlSortOrder Order3, XlYesNoGuess Header, QVariant OrderCustom, QVariant MatchCase, XlSortOrientation Orientation, XlSortMethod SortMethod, XlSortDataOption DataOption1, XlSortDataOption DataOption2, XlSortDataOption DataOption3) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, XlSortOrder, QVariant, QVariant, XlSortOrder, QVariant, XlSortOrder, XlYesNoGuess, QVariant, QVariant, XlSortOrientation, XlSortMethod, XlSortDataOption, XlSortDataOption, XlSortDataOption)), object, SLOT(Sort(QVariant, XlSortOrder, QVariant, QVariant, XlSortOrder, QVariant, XlSortOrder, XlYesNoGuess, QVariant, QVariant, XlSortOrientation, XlSortMethod, XlSortDataOption, XlSortDataOption, XlSortDataOption)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Sort(QVariant, XlSortOrder, QVariant, QVariant, XlSortOrder, QVariant, XlSortOrder, XlYesNoGuess, QVariant, QVariant, XlSortOrientation, XlSortMethod, XlSortDataOption, XlSortDataOption, XlSortDataOption)", params);

QVariant SortSpecial (XlSortMethod SortMethod, QVariant Key1, XlSortOrder Order1, QVariant Type, QVariant Key2, XlSortOrder Order2, QVariant Key3, XlSortOrder Order3, XlYesNoGuess Header, QVariant OrderCustom, QVariant MatchCase, XlSortOrientation Orientation, XlSortDataOption DataOption1, XlSortDataOption DataOption2, XlSortDataOption DataOption3) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlSortMethod, QVariant, XlSortOrder, QVariant, QVariant, XlSortOrder, QVariant, XlSortOrder, XlYesNoGuess, QVariant, QVariant, XlSortOrientation, XlSortDataOption, XlSortDataOption, XlSortDataOption)), object, SLOT(SortSpecial(XlSortMethod, QVariant, XlSortOrder, QVariant, QVariant, XlSortOrder, QVariant, XlSortOrder, XlYesNoGuess, QVariant, QVariant, XlSortOrientation, XlSortDataOption, XlSortDataOption, XlSortDataOption)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("SortSpecial(XlSortMethod, QVariant, XlSortOrder, QVariant, QVariant, XlSortOrder, QVariant, XlSortOrder, XlYesNoGuess, QVariant, QVariant, XlSortOrientation, XlSortDataOption, XlSortDataOption, XlSortDataOption)", params);

void Speak (QVariant SpeakDirection, QVariant SpeakFormulas) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(Speak(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	object->dynamicCall("Speak(QVariant, QVariant)", params);

IDispatch* SpecialCells (XlCellType Type, QVariant Value) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlCellType, QVariant)), object, SLOT(SpecialCells(XlCellType, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QAxObject * result = object->querySubObject("SpecialCells(XlCellType, QVariant)", params);

QVariant SubscribeTo (QString Edition, XlSubscribeToFormat Format) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QString, XlSubscribeToFormat)), object, SLOT(SubscribeTo(QString, XlSubscribeToFormat)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("SubscribeTo(QString, XlSubscribeToFormat)", params);

QVariant Subtotal (int GroupBy, XlConsolidationFunction Function, QVariant TotalList, QVariant Replace, QVariant PageBreaks, XlSummaryRow SummaryBelowData) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(int, XlConsolidationFunction, QVariant, QVariant, QVariant, XlSummaryRow)), object, SLOT(Subtotal(int, XlConsolidationFunction, QVariant, QVariant, QVariant, XlSummaryRow)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Subtotal(int, XlConsolidationFunction, QVariant, QVariant, QVariant, XlSummaryRow)", params);

QVariant Table (QVariant RowInput, QVariant ColumnInput) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(Table(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Table(QVariant, QVariant)", params);

QVariant TextToColumns (QVariant Destination, XlTextParsingType DataType, XlTextQualifier TextQualifier, QVariant ConsecutiveDelimiter, QVariant Tab, QVariant Semicolon, QVariant Comma, QVariant Space, QVariant Other, QVariant OtherChar, QVariant FieldInfo, QVariant DecimalSeparator, QVariant ThousandsSeparator, QVariant TrailingMinusNumbers) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, XlTextParsingType, XlTextQualifier, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)), object, SLOT(TextToColumns(QVariant, XlTextParsingType, XlTextQualifier, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("TextToColumns(QVariant, XlTextParsingType, XlTextQualifier, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)", params);

void UnMerge () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(UnMerge()));

Or call the function directly:

	object->dynamicCall("UnMerge()");

QVariant Ungroup () [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal()), object, SLOT(Ungroup()));

Or call the function directly:

	QVariant result = object->dynamicCall("Ungroup()");

QVariant Value (QVariant RangeValueDataType) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant)), object, SLOT(Value(QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("Value(QVariant)", params);

QVariant _BorderAround (QVariant LineStyle, XlBorderWeight Weight, XlColorIndex ColorIndex, QVariant Color) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, XlBorderWeight, XlColorIndex, QVariant)), object, SLOT(_BorderAround(QVariant, XlBorderWeight, XlColorIndex, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("_BorderAround(QVariant, XlBorderWeight, XlColorIndex, QVariant)", params);

QVariant _Default (QVariant RowIndex, QVariant ColumnIndex) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant)), object, SLOT(_Default(QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("_Default(QVariant, QVariant)", params);

QVariant _PasteSpecial (XlPasteType Paste, XlPasteSpecialOperation Operation, QVariant SkipBlanks, QVariant Transpose) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(XlPasteType, XlPasteSpecialOperation, QVariant, QVariant)), object, SLOT(_PasteSpecial(XlPasteType, XlPasteSpecialOperation, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("_PasteSpecial(XlPasteType, XlPasteSpecialOperation, QVariant, QVariant)", params);

QVariant _PrintOut (QVariant From, QVariant To, QVariant Copies, QVariant Preview, QVariant ActivePrinter, QVariant PrintToFile, QVariant Collate, QVariant PrToFileName) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)), object, SLOT(_PrintOut(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("_PrintOut(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)", params);

QVariant __PrintOut (QVariant From, QVariant To, QVariant Copies, QVariant Preview, QVariant ActivePrinter, QVariant PrintToFile, QVariant Collate) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)), object, SLOT(__PrintOut(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("__PrintOut(QVariant, QVariant, QVariant, QVariant, QVariant, QVariant, QVariant)", params);

QVariant set_Default (QVariant RowIndex, QVariant ColumnIndex, QVariant rhs) [slot]

Connect a signal to this slot:

	QObject::connect(sender, SIGNAL(someSignal(QVariant, QVariant, QVariant)), object, SLOT(set_Default(QVariant, QVariant, QVariant)));

Or call the function directly:

	QVariantList params = ...
	QVariant result = object->dynamicCall("set_Default(QVariant, QVariant, QVariant)", params);

void exception (int code, QString source, QString disc, QString help) [signal]

For more information, see help context 104001 in C:\Program Files\Microsoft Office 15\Root\Office15\VBAXL10.CHM.

Connect a slot to this signal:

	QObject::connect(object, SIGNAL(exception(int, QString, QString, QString)), receiver, SLOT(someSlot(int, QString, QString, QString)));

void propertyChanged (QString name) [signal]

For more information, see help context 104001 in C:\Program Files\Microsoft Office 15\Root\Office15\VBAXL10.CHM.

Connect a slot to this signal:

	QObject::connect(object, SIGNAL(propertyChanged(QString)), receiver, SLOT(someSlot(QString)));

void signal (QString name, int argc, void* argv) [signal]

For more information, see help context 104001 in C:\Program Files\Microsoft Office 15\Root\Office15\VBAXL10.CHM.

Connect a slot to this signal:

	QObject::connect(object, SIGNAL(signal(QString, int, void*)), receiver, SLOT(someSlot(QString, int, void*)));

Property Documentation

QString objectName

Read this property's value using QObject::property:

	QString val = object->property("objectName").toString();
Set this property' value using QObject::setProperty:
	QString newValue = ...
	object->setProperty("objectName", newValue);
Or using the setObjectName slot.

QVariant AddIndent

Read this property's value using QObject::property:

	QVariant val = object->property("AddIndent").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("AddIndent", newValue);
Or using the SetAddIndent slot.

bool AllowEdit

Read this property's value using QObject::property:

	bool val = object->property("AllowEdit").toBool();

IDispatch* Application

Read this property's value using QObject::property:

	IDispatch* val = object->property("Application").toIDispatch*();

IDispatch* Areas

Read this property's value using QObject::property:

	IDispatch* val = object->property("Areas").toIDispatch*();

IDispatch* Borders

Read this property's value using QObject::property:

	IDispatch* val = object->property("Borders").toIDispatch*();

IDispatch* Cells

Read this property's value using QObject::property:

	IDispatch* val = object->property("Cells").toIDispatch*();

IDispatch* Characters

Read this property's value using QObject::property:

	IDispatch* val = object->property("Characters").toIDispatch*();

int Column

Read this property's value using QObject::property:

	int val = object->property("Column").toInt();

QVariant ColumnWidth

Read this property's value using QObject::property:

	QVariant val = object->property("ColumnWidth").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("ColumnWidth", newValue);
Or using the SetColumnWidth slot.

IDispatch* Columns

Read this property's value using QObject::property:

	IDispatch* val = object->property("Columns").toIDispatch*();

IDispatch* Comment

Read this property's value using QObject::property:

	IDispatch* val = object->property("Comment").toIDispatch*();

int Count

Read this property's value using QObject::property:

	int val = object->property("Count").toInt();

QVariant CountLarge

Read this property's value using QObject::property:

	QVariant val = object->property("CountLarge").toVariant();

XlCreator Creator

Read this property's value using QObject::property:

	int val = object->property("Creator").toInt();

See also XlCreator.

IDispatch* CurrentArray

Read this property's value using QObject::property:

	IDispatch* val = object->property("CurrentArray").toIDispatch*();

IDispatch* CurrentRegion

Read this property's value using QObject::property:

	IDispatch* val = object->property("CurrentRegion").toIDispatch*();

IDispatch* Dependents

Read this property's value using QObject::property:

	IDispatch* val = object->property("Dependents").toIDispatch*();

IDispatch* DirectDependents

Read this property's value using QObject::property:

	IDispatch* val = object->property("DirectDependents").toIDispatch*();

IDispatch* DirectPrecedents

Read this property's value using QObject::property:

	IDispatch* val = object->property("DirectPrecedents").toIDispatch*();

IDispatch* DisplayFormat

Read this property's value using QObject::property:

	IDispatch* val = object->property("DisplayFormat").toIDispatch*();

IDispatch* EntireColumn

Read this property's value using QObject::property:

	IDispatch* val = object->property("EntireColumn").toIDispatch*();

IDispatch* EntireRow

Read this property's value using QObject::property:

	IDispatch* val = object->property("EntireRow").toIDispatch*();

IDispatch* Errors

Read this property's value using QObject::property:

	IDispatch* val = object->property("Errors").toIDispatch*();

IDispatch* Font

Read this property's value using QObject::property:

	IDispatch* val = object->property("Font").toIDispatch*();

IDispatch* FormatConditions

Read this property's value using QObject::property:

	IDispatch* val = object->property("FormatConditions").toIDispatch*();

QVariant Formula

Read this property's value using QObject::property:

	QVariant val = object->property("Formula").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("Formula", newValue);
Or using the SetFormula slot.

QVariant FormulaArray

Read this property's value using QObject::property:

	QVariant val = object->property("FormulaArray").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("FormulaArray", newValue);
Or using the SetFormulaArray slot.

QVariant FormulaHidden

Read this property's value using QObject::property:

	QVariant val = object->property("FormulaHidden").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("FormulaHidden", newValue);
Or using the SetFormulaHidden slot.

XlFormulaLabel FormulaLabel

Read this property's value using QObject::property:

	int val = object->property("FormulaLabel").toInt();
Set this property' value using QObject::setProperty:
	int newValue = ... // string representation of values also supported
	object->setProperty("FormulaLabel", newValue);
Or using the SetFormulaLabel slot.

See also XlFormulaLabel.

QVariant FormulaLocal

Read this property's value using QObject::property:

	QVariant val = object->property("FormulaLocal").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("FormulaLocal", newValue);
Or using the SetFormulaLocal slot.

QVariant FormulaR1C1

Read this property's value using QObject::property:

	QVariant val = object->property("FormulaR1C1").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("FormulaR1C1", newValue);
Or using the SetFormulaR1C1 slot.

QVariant FormulaR1C1Local

Read this property's value using QObject::property:

	QVariant val = object->property("FormulaR1C1Local").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("FormulaR1C1Local", newValue);
Or using the SetFormulaR1C1Local slot.

QVariant HasArray

Read this property's value using QObject::property:

	QVariant val = object->property("HasArray").toVariant();

QVariant HasFormula

Read this property's value using QObject::property:

	QVariant val = object->property("HasFormula").toVariant();

QVariant Height

Read this property's value using QObject::property:

	QVariant val = object->property("Height").toVariant();

QVariant Hidden

Read this property's value using QObject::property:

	QVariant val = object->property("Hidden").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("Hidden", newValue);
Or using the SetHidden slot.

QVariant HorizontalAlignment

Read this property's value using QObject::property:

	QVariant val = object->property("HorizontalAlignment").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("HorizontalAlignment", newValue);
Or using the SetHorizontalAlignment slot.

IDispatch* Hyperlinks

Read this property's value using QObject::property:

	IDispatch* val = object->property("Hyperlinks").toIDispatch*();

QString ID

Read this property's value using QObject::property:

	QString val = object->property("ID").toString();
Set this property' value using QObject::setProperty:
	QString newValue = ...
	object->setProperty("ID", newValue);
Or using the SetID slot.

QVariant IndentLevel

Read this property's value using QObject::property:

	QVariant val = object->property("IndentLevel").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("IndentLevel", newValue);
Or using the SetIndentLevel slot.

IDispatch* Interior

Read this property's value using QObject::property:

	IDispatch* val = object->property("Interior").toIDispatch*();

QVariant Left

Read this property's value using QObject::property:

	QVariant val = object->property("Left").toVariant();

int ListHeaderRows

Read this property's value using QObject::property:

	int val = object->property("ListHeaderRows").toInt();

IDispatch* ListObject

Read this property's value using QObject::property:

	IDispatch* val = object->property("ListObject").toIDispatch*();

XlLocationInTable LocationInTable

Read this property's value using QObject::property:

	int val = object->property("LocationInTable").toInt();

See also XlLocationInTable.

QVariant Locked

Read this property's value using QObject::property:

	QVariant val = object->property("Locked").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("Locked", newValue);
Or using the SetLocked slot.

QString MDX

Read this property's value using QObject::property:

	QString val = object->property("MDX").toString();

IDispatch* MergeArea

Read this property's value using QObject::property:

	IDispatch* val = object->property("MergeArea").toIDispatch*();

QVariant MergeCells

Read this property's value using QObject::property:

	QVariant val = object->property("MergeCells").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("MergeCells", newValue);
Or using the SetMergeCells slot.

QVariant Name

Read this property's value using QObject::property:

	QVariant val = object->property("Name").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("Name", newValue);
Or using the SetName slot.

IDispatch* Next

Read this property's value using QObject::property:

	IDispatch* val = object->property("Next").toIDispatch*();

QVariant NumberFormat

Read this property's value using QObject::property:

	QVariant val = object->property("NumberFormat").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("NumberFormat", newValue);
Or using the SetNumberFormat slot.

QVariant NumberFormatLocal

Read this property's value using QObject::property:

	QVariant val = object->property("NumberFormatLocal").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("NumberFormatLocal", newValue);
Or using the SetNumberFormatLocal slot.

IDispatch* Offset

Read this property's value using QObject::property:

	IDispatch* val = object->property("Offset").toIDispatch*();

QVariant Orientation

Read this property's value using QObject::property:

	QVariant val = object->property("Orientation").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("Orientation", newValue);
Or using the SetOrientation slot.

QVariant OutlineLevel

Read this property's value using QObject::property:

	QVariant val = object->property("OutlineLevel").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("OutlineLevel", newValue);
Or using the SetOutlineLevel slot.

int PageBreak

Read this property's value using QObject::property:

	int val = object->property("PageBreak").toInt();
Set this property' value using QObject::setProperty:
	int newValue = ...
	object->setProperty("PageBreak", newValue);
Or using the SetPageBreak slot.

IDispatch* Parent

Read this property's value using QObject::property:

	IDispatch* val = object->property("Parent").toIDispatch*();

IDispatch* Phonetic

Read this property's value using QObject::property:

	IDispatch* val = object->property("Phonetic").toIDispatch*();

IDispatch* Phonetics

Read this property's value using QObject::property:

	IDispatch* val = object->property("Phonetics").toIDispatch*();

IDispatch* PivotCell

Read this property's value using QObject::property:

	IDispatch* val = object->property("PivotCell").toIDispatch*();

IDispatch* PivotField

Read this property's value using QObject::property:

	IDispatch* val = object->property("PivotField").toIDispatch*();

IDispatch* PivotItem

Read this property's value using QObject::property:

	IDispatch* val = object->property("PivotItem").toIDispatch*();

IDispatch* PivotTable

Read this property's value using QObject::property:

	IDispatch* val = object->property("PivotTable").toIDispatch*();

IDispatch* Precedents

Read this property's value using QObject::property:

	IDispatch* val = object->property("Precedents").toIDispatch*();

QVariant PrefixCharacter

Read this property's value using QObject::property:

	QVariant val = object->property("PrefixCharacter").toVariant();

IDispatch* Previous

Read this property's value using QObject::property:

	IDispatch* val = object->property("Previous").toIDispatch*();

IDispatch* QueryTable

Read this property's value using QObject::property:

	IDispatch* val = object->property("QueryTable").toIDispatch*();

int ReadingOrder

Read this property's value using QObject::property:

	int val = object->property("ReadingOrder").toInt();
Set this property' value using QObject::setProperty:
	int newValue = ...
	object->setProperty("ReadingOrder", newValue);
Or using the SetReadingOrder slot.

IDispatch* Resize

Read this property's value using QObject::property:

	IDispatch* val = object->property("Resize").toIDispatch*();

int Row

Read this property's value using QObject::property:

	int val = object->property("Row").toInt();

QVariant RowHeight

Read this property's value using QObject::property:

	QVariant val = object->property("RowHeight").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("RowHeight", newValue);
Or using the SetRowHeight slot.

IDispatch* Rows

Read this property's value using QObject::property:

	IDispatch* val = object->property("Rows").toIDispatch*();

IDispatch* ServerActions

Read this property's value using QObject::property:

	IDispatch* val = object->property("ServerActions").toIDispatch*();

QVariant ShowDetail

Read this property's value using QObject::property:

	QVariant val = object->property("ShowDetail").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("ShowDetail", newValue);
Or using the SetShowDetail slot.

QVariant ShrinkToFit

Read this property's value using QObject::property:

	QVariant val = object->property("ShrinkToFit").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("ShrinkToFit", newValue);
Or using the SetShrinkToFit slot.

IDispatch* SmartTags

Read this property's value using QObject::property:

	IDispatch* val = object->property("SmartTags").toIDispatch*();

IDispatch* SoundNote

Read this property's value using QObject::property:

	IDispatch* val = object->property("SoundNote").toIDispatch*();

IDispatch* SparklineGroups

Read this property's value using QObject::property:

	IDispatch* val = object->property("SparklineGroups").toIDispatch*();

QVariant Style

Read this property's value using QObject::property:

	QVariant val = object->property("Style").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("Style", newValue);
Or using the SetStyle slot.

QVariant Summary

Read this property's value using QObject::property:

	QVariant val = object->property("Summary").toVariant();

QVariant Text

Read this property's value using QObject::property:

	QVariant val = object->property("Text").toVariant();

QVariant Top

Read this property's value using QObject::property:

	QVariant val = object->property("Top").toVariant();

QVariant UseStandardHeight

Read this property's value using QObject::property:

	QVariant val = object->property("UseStandardHeight").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("UseStandardHeight", newValue);
Or using the SetUseStandardHeight slot.

QVariant UseStandardWidth

Read this property's value using QObject::property:

	QVariant val = object->property("UseStandardWidth").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("UseStandardWidth", newValue);
Or using the SetUseStandardWidth slot.

IDispatch* Validation

Read this property's value using QObject::property:

	IDispatch* val = object->property("Validation").toIDispatch*();

QVariant Value

Read this property's value using QObject::property:

	QVariant val = object->property("Value").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("Value", newValue);
Or using the SetValue slot.

QVariant Value2

Read this property's value using QObject::property:

	QVariant val = object->property("Value2").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("Value2", newValue);
Or using the SetValue2 slot.

QVariant VerticalAlignment

Read this property's value using QObject::property:

	QVariant val = object->property("VerticalAlignment").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("VerticalAlignment", newValue);
Or using the SetVerticalAlignment slot.

QVariant Width

Read this property's value using QObject::property:

	QVariant val = object->property("Width").toVariant();

IDispatch* Worksheet

Read this property's value using QObject::property:

	IDispatch* val = object->property("Worksheet").toIDispatch*();

QVariant WrapText

Read this property's value using QObject::property:

	QVariant val = object->property("WrapText").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("WrapText", newValue);
Or using the SetWrapText slot.

IDispatch* XPath

Read this property's value using QObject::property:

	IDispatch* val = object->property("XPath").toIDispatch*();

QVariant _Default

Read this property's value using QObject::property:

	QVariant val = object->property("_Default").toVariant();
Set this property' value using QObject::setProperty:
	QVariant newValue = ...
	object->setProperty("_Default", newValue);
Or using the set_Default slot.

IUnknown* _NewEnum

Read this property's value using QObject::property:

	IUnknown* val = object->property("_NewEnum").toIUnknown*();

QString control

Read this property's value using QObject::property:

	QString val = object->property("control").toString();
Set this property' value using QObject::setProperty:
	QString newValue = ...
	object->setProperty("control", newValue);
Or using the setControl slot.