wxAutoExcel
2.0.0
|
Represents Microsoft Excel Worksheet. More...
Public Member Functions | |
bool | Activate () |
Makes the current sheet the active sheet. More... | |
bool | Calculate () |
Calculates a specific worksheet. More... | |
wxExcelChartObject | ChartObjects (long index) |
Returns an object that represents either a single embedded chart (a ChartObject object) or a collection of all the embedded charts (a ChartObjects object) on the sheet. More... | |
bool | CheckSpelling (const wxString &customDictionary=wxEmptyString, wxXlTribool ignoreUpperCase=wxDefaultXlTribool, wxXlTribool alwaysSuggest=wxDefaultXlTribool, MsoLanguageID *spellLang=NULL) |
Checks the spelling of a worksheet. More... | |
void | CircleInvalid () |
Circles invalid entries on the worksheet. More... | |
bool | ClearArrows () |
Clears the tracer arrows from the worksheet. More... | |
void | ClearCircles () |
Clears circles from invalid entries on the worksheet. More... | |
bool | Copy () |
Method without parameters copies the worksheet into a new workbook. More... | |
bool | Delete () |
Deletes the object. More... | |
void | ExportAsFixedFormat (XlFixedFormatType type, const wxString &fileName=wxEmptyString, XlFixedFormatQuality *quality=NULL, wxXlTribool includeDocProperties=wxDefaultXlTribool, wxXlTribool ignorePrintAreas=wxDefaultXlTribool, long *from=NULL, long *to=NULL, wxXlTribool openAfterPublish=wxDefaultXlTribool) |
Exports to a file of the specified format. More... | |
bool | Move () |
Method without parameters moves the worksheet into a new workbook. More... | |
wxExcelOLEObjects | OLEObjects () |
Returns an either a single OLE object or a collection of all OLE objects (an OLEObjects collection) on the chart or sheet. More... | |
bool | Paste (wxExcelRange *destination=NULL, wxXlTribool link=wxDefaultXlTribool) |
Pastes the contents of the Clipboard onto the worksheet. More... | |
bool | PasteSpecial (const wxString &format=wxEmptyString, wxXlTribool link=wxDefaultXlTribool, wxXlTribool displayAsIcon=wxDefaultXlTribool, const wxString &iconFileName=wxEmptyString, long *iconIndex=NULL, const wxString &iconLabel=wxEmptyString, wxXlTribool noHTMLFormatting=wxDefaultXlTribool) |
Pastes the contents of the Clipboard onto the worksheet, using a specified format. More... | |
bool | PrintOut (long *from=NULL, long *to=NULL, long *copies=NULL, wxXlTribool preview=wxDefaultXlTribool, const wxString &activePrinter=wxEmptyString, wxXlTribool printToFile=wxDefaultXlTribool, wxXlTribool collate=wxDefaultXlTribool, const wxString &prToFileName=wxEmptyString, wxXlTribool ignorePrintAreas=wxDefaultXlTribool) |
Prints the worksheet. More... | |
bool | PrintPreview (wxXlTribool enableChanges=wxDefaultXlTribool) |
Shows a preview of the worksheet as it would look when printed. More... | |
void | Protect (const wxString &password=wxEmptyString, wxXlTribool structure=wxDefaultXlTribool, wxXlTribool windows=wxDefaultXlTribool) |
Protects a worksheet so that it cannot be modified. More... | |
void | ResetAllPageBreaks () |
Resets all page breaks on the specified worksheet. More... | |
void | SaveAs (const wxString &fileName=wxEmptyString, XlFileFormat *fileFormat=NULL, const wxString &password=wxEmptyString, const wxString &writeResPassword=wxEmptyString, wxXlTribool readOnlyRecommended=wxDefaultXlTribool, wxXlTribool createBackup=wxDefaultXlTribool, wxXlTribool addToMru=wxDefaultXlTribool, wxXlTribool local=wxDefaultXlTribool) |
Saves changes to the worksheet in a different file. More... | |
bool | Select (wxXlTribool replace=wxDefaultXlTribool) |
Selects the worksheet. More... | |
void | SetBackgroundPicture (const wxString &fileName) |
Sets the background graphic for a worksheet. More... | |
void | ShowAllData () |
Makes all rows of the currently filtered list visible. More... | |
void | ShowDataForm () |
Displays the data form associated with the worksheet. More... | |
bool | Unprotect (const wxString &password=wxEmptyString) |
Removes protection from the worksheet. More... | |
wxExcelAutoFilter | GetAutoFilter () |
Returns an AutoFilter object if filtering is on. More... | |
bool | GetAutoFilterMode () |
True if the AutoFilter drop-down arrows are currently displayed on the sheet. More... | |
void | SetAutoFilterMode () |
Call to remove the filter drop-down arrows. More... | |
wxExcelRange | GetCircularReference () |
Returns a Range Represents the range containing the first circular reference on the sheet. More... | |
wxExcelComments | GetComments () |
Returns a Comments collection that represents all the comments for the specified worksheet. More... | |
wxExcelCommentsThreaded | GetCommentsThreaded () |
Returns a CommentsThreaded collection that represents all the top-level/root comments (no replies) for the specified worksheet. More... | |
XlConsolidationFunction | GetConsolidationFunction () |
Returns the function code used for the current consolidation. More... | |
wxArrayShort | GetConsolidationOptions () |
Returns a three-element array of consolidation options. More... | |
wxArrayString | GetConsolidationSources () |
Returns an array of string values that name the source sheets for the worksheet's current consolidation. More... | |
wxExcelCustomProperties | GetCustomProperties () |
Returns a CustomProperties object representing the identifier information associated with a worksheet. More... | |
bool | GetDisplayPageBreaks () |
True if page breaks (both automatic and manual) on the specified worksheet are displayed. More... | |
void | SetDisplayPageBreaks (bool displayPageBreaks) |
True if page breaks (both automatic and manual) on the specified worksheet are displayed. More... | |
bool | GetDisplayRightToLeft () |
True if the specified worksheet is displayed from right to left instead of from left to right. More... | |
bool | GetEnableAutoFilter () |
True if AutoFilter arrows are enabled when user-interface-only protection is turned on. More... | |
void | SetEnableAutoFilter (bool enableAutoFilter) |
True if AutoFilter arrows are enabled when user-interface-only protection is turned on. More... | |
bool | GetEnableCalculation () |
True if Microsoft Excel automatically recalculates the worksheet when necessary. More... | |
void | SetEnableCalculation (bool enableCalculation) |
True if Microsoft Excel automatically recalculates the worksheet when necessary. More... | |
bool | GetEnableFormatConditionsCalculation () |
Returms or sets if conditional formats will occur automatically as needed. More... | |
void | SetEnableFormatConditionsCalculation (bool enableFormatConditionsCalculation) |
Returms or sets if conditional formats will will occur automatically as needed. More... | |
bool | GetEnableOutlining () |
True if outlining symbols are enabled when user-interface-only protection is turned on. More... | |
void | SetEnableOutlining (bool enableOutlining) |
True if outlining symbols are enabled when user-interface-only protection is turned on. More... | |
bool | GetEnablePivotTable () |
True if PivotTable controls and actions are enabled when user-interface-only protection is turned on. More... | |
void | SetEnablePivotTable (bool enablePivotTable) |
True if PivotTable controls and actions are enabled when user-interface-only protection is turned on. More... | |
XlEnableSelection | GetEnableSelection () |
Returns what can be selected on the sheet. More... | |
bool | GetFilterMode () |
True if the worksheet is in the filter mode. More... | |
wxExcelPageBreaks | GetHPageBreaks () |
Returns a PageBreaks collection that represents the horizontal page breaks on the sheet. More... | |
wxExcelHyperlinks | GetHyperlinks () |
Returns a Hyperlinks collection that represents the hyperlinks for the worksheet. More... | |
long | GetIndex () |
Returns the index number of the worksheet in the Worksheets collection. More... | |
wxExcelListObjects | GetListObjects () |
Returns a collection of ListObject objects on the worksheet. More... | |
wxString | GetName () |
Returns a String value representing the worksheet name. More... | |
void | SetName (const wxString &name) |
Sets a String value representing the worksheet name. More... | |
wxExcelNames | GetNames () |
Returns a Names collection that represents all the worksheet-specific names (names defined with the "WorksheetName!" prefix) More... | |
wxExcelWorksheet | GetNext () |
Returns a Worksheet Represents the next sheet. More... | |
wxExcelOutline | GetOutline () |
Returns an Outline object that represents the outline for the specified worksheet. More... | |
wxExcelPageSetup | GetPageSetup () |
Returns an Outline object that represents the outline for the specified worksheet. More... | |
wxExcelWorksheet | GetPrevious () |
Returns a Worksheet Represents the next sheet. More... | |
long | GetPrintedCommentPages () |
Returns the number of comment pages that will be printed for the current worksheet. More... | |
bool | GetProtectContents () |
True if the contents of the sheet are protected. More... | |
bool | GetProtectDrawingObjects () |
True if shapes are protected. More... | |
wxExcelProtection | GetProtection () |
Returns a Protection object that represents the protection options of the worksheet. More... | |
bool | GetProtectionMode () |
True if user-interface-only protection is turned on. More... | |
bool | GetProtectScenarios () |
True if the worksheet scenarios are protected. More... | |
wxString | GetScrollArea () |
Returns the range where scrolling is allowed, as an A1-style range reference. More... | |
void | SetScrollArea (const wxString &scrollArea) |
Sets the range where scrolling is allowed, as an A1-style range reference. More... | |
wxExcelShapes | GetShapes () |
Returns a Shapes collection that represents all the shapes on the worksheet. More... | |
wxExcelSort | GetSort () |
Returns a Sort object. More... | |
double | GetStandardHeight () |
Returns the standard (default) height of all the rows in the worksheet, in points. More... | |
double | GetStandardWidth () |
Returns the standard (default) width of all the columns in the worksheet. More... | |
void | SetStandardWidth (double standardWidth) |
Sets the standard (default) width of all the columns in the worksheet. More... | |
wxExcelTab | GetTab () |
Returns a Tab object for a worksheet. More... | |
bool | GetTransitionExpEval () |
True if Microsoft Excel uses Lotus 1-2-3 expression evaluation rules for the worksheet. More... | |
void | SetTransitionExpEval (bool transitionExpEval) |
True if Microsoft Excel uses Lotus 1-2-3 expression evaluation rules for the worksheet. More... | |
bool | GetTransitionFormEntry () |
True if Microsoft Excel uses Lotus 1-2-3 formula entry rules for the worksheet. More... | |
void | SetTransitionFormEntry (bool transitionFormEntry) |
True if Microsoft Excel uses Lotus 1-2-3 formula entry rules for the worksheet. More... | |
XlSheetType | GetType () |
Returns an XlSheetType value that represents the worksheet type. More... | |
wxExcelRange | GetUsedRange () |
Returns a Range Represents the used range on the specified worksheet. More... | |
XlSheetVisibility | GetVisible () |
Returns an XlSheetVisibility value that determines whether the object is visible. More... | |
void | SetVisible (XlSheetVisibility visible) |
Sets an XlSheetVisibility value that determines whether the object is visible. More... | |
wxExcelPageBreaks | GetVPageBreaks () |
Returns a PageBreaks collection that represents the vertical page breaks on the sheet. More... | |
operator wxExcelSheet () | |
Automatically converts the wxExcelWorksheet object to wxExcelSheet object so it can be used anywhere wxExcelSheet can. More... | |
virtual wxString | GetAutoExcelObjectName_ () const |
Returns "Worksheet". More... | |
Public Member Functions inherited from wxAutoExcel::wxExcelRangeOwner | |
wxExcelRange | GetCells (long *row=NULL, long *column=NULL) |
wxExcelApplication: Returns a Range representing all the cells on the active worksheet. More... | |
wxExcelRange | GetRange (const wxString &cell1, const wxString &cell2=wxEmptyString) |
wxExcelWorksheet: Returns a Range representing a cell or a range of cells. More... | |
wxExcelRange | GetRows () |
wxExcelWorksheet: Returns a Range representing all the rows on the specified worksheet. More... | |
wxExcelRange | GetRows (long rowIndex) |
wxExcelRange: Returns a Range containing just one row with rowIndex (starting with 1). More... | |
wxExcelRange | GetRows (const wxString &rowRange) |
wxExcelWorksheet: Returns a Range that can contain several contiguous rows. More... | |
wxExcelRange | GetColumns () |
wxExcelWorksheet: Returns a Range representing all the columns on the active worksheet. More... | |
wxExcelRange | GetColumns (long columnIndex) |
wxExcelRange: Returns a Range containing just one column with columnIndex (starting with 1). More... | |
wxExcelRange | GetColumns (const wxString &columnRange) |
wxExcelWorksheet: Returns a Range that can contain several contiguous columns. More... | |
Public Member Functions inherited from wxAutoExcel::wxExcelObject | |
bool | IsOk_ () const |
Returns true if the object has a valid dispatch. More... | |
wxString | GetAutomationObjectName_ (bool stripUnderscores=false) const |
Returns object name as provided by IDispatch->GetTypeInfo()->GetDocumentation(MEMBERID_NIL, &name, NULL, NULL, NULL). More... | |
wxSharedPtr< wxAutomationObject > | GetAutomationObject_ () |
Returns the underlying wxAutomationObject. More... | |
operator bool () const | |
Returns true if the object has a valid dispatch and its last automation call (if any), i.e. More... | |
WXLCID | GetAutomationLCID_ () const |
Returns the locale identifier used in automation calls. More... | |
bool | SetAutomationLCID_ (WXLCID lcid) |
Sets the locale identifier to be used in automation calls. More... | |
bool | GetPropertyAndMethodNames_ (wxArrayString &propertyNames, wxArrayString &methodNames, bool includeHidden=false) |
Returns lists of property and method names the automation interface exposes. More... | |
bool | GetUnimplementedObject_ (const wxString &name, wxAutomationObject &object) |
Helper function for receiving an automation object not implemented in wxAutoExcel, see FAQ on how to use. More... | |
Additional Inherited Members | |
Public Types inherited from wxAutoExcel::wxExcelObject | |
enum | ErrorFlags { Err_DoNothing = 0 , Err_LogOnInvalidDispatch = 1 , Err_AssertOnInvalidDispatch = 1 << 1 , Err_ThrowOnInvalidDispatch = 1 << 2 , Err_LogOnInvalidArgument = 1 << 3 , Err_AssertOnInvalidArgument = 1 << 4 , Err_ThrowOnInvalidArgument = 1 << 5 , Err_LogOnFailedInvoke = 1 << 6 , Err_AssertOnFailedInvoke = 1 << 7 , Err_ThrowOnFailedInvoke = 1 << 8 , Err_LogOnInvalidReturnType = 1 << 9 , Err_AssertOnInvalidReturnType = 1 << 10 , Err_ThrowOnInvalidReturnType = 1 << 11 , Err_LogOnOtherError = 1 << 12 , Err_AssertOnOtherError = 1 << 13 , Err_ThrowOnOtherError = 1 << 14 } |
Flags affecting the behaviour of wxExcelObject and its descendants when an error occurs during accessing an Excel object property or calling its method. More... | |
Static Public Member Functions inherited from wxAutoExcel::wxExcelObject | |
static unsigned | GetErrorMode_ () |
Sets the error mode to the combination of wxExcelObject::ErrorFlags. More... | |
static void | SetErrorMode_ (unsigned mode) |
Sets the error mode as the combination of wxExcelObject::ErrorFlags. More... | |
static bool | GetUnimplementedCollectionItem_ (wxAutomationObject &collection, const long index, wxAutomationObject &item, bool asProperty) |
Helper function for obtaining an item from MS Excel collection not implemented in wxAutoExcel, see FAQ on how to use. More... | |
Represents Microsoft Excel Worksheet.
bool wxAutoExcel::wxExcelWorksheet::Activate | ( | ) |
Makes the current sheet the active sheet.
bool wxAutoExcel::wxExcelWorksheet::Calculate | ( | ) |
Calculates a specific worksheet.
wxExcelChartObject wxAutoExcel::wxExcelWorksheet::ChartObjects | ( | long | index | ) |
Returns an object that represents either a single embedded chart (a ChartObject object) or a collection of all the embedded charts (a ChartObjects object) on the sheet.
bool wxAutoExcel::wxExcelWorksheet::CheckSpelling | ( | const wxString & | customDictionary = wxEmptyString , |
wxXlTribool | ignoreUpperCase = wxDefaultXlTribool , |
||
wxXlTribool | alwaysSuggest = wxDefaultXlTribool , |
||
MsoLanguageID * | spellLang = NULL |
||
) |
Checks the spelling of a worksheet.
void wxAutoExcel::wxExcelWorksheet::CircleInvalid | ( | ) |
Circles invalid entries on the worksheet.
bool wxAutoExcel::wxExcelWorksheet::ClearArrows | ( | ) |
Clears the tracer arrows from the worksheet.
Tracer arrows are added by using the auditing feature.
void wxAutoExcel::wxExcelWorksheet::ClearCircles | ( | ) |
Clears circles from invalid entries on the worksheet.
bool wxAutoExcel::wxExcelWorksheet::Copy | ( | ) |
Method without parameters copies the worksheet into a new workbook.
Method with parameters copies the worksheet to another location in the workbook.
bool wxAutoExcel::wxExcelWorksheet::Delete | ( | ) |
Deletes the object.
void wxAutoExcel::wxExcelWorksheet::ExportAsFixedFormat | ( | XlFixedFormatType | type, |
const wxString & | fileName = wxEmptyString , |
||
XlFixedFormatQuality * | quality = NULL , |
||
wxXlTribool | includeDocProperties = wxDefaultXlTribool , |
||
wxXlTribool | ignorePrintAreas = wxDefaultXlTribool , |
||
long * | from = NULL , |
||
long * | to = NULL , |
||
wxXlTribool | openAfterPublish = wxDefaultXlTribool |
||
) |
Exports to a file of the specified format.
bool wxAutoExcel::wxExcelWorksheet::Move | ( | ) |
Method without parameters moves the worksheet into a new workbook.
Method with parameters moves the worksheet to another location in the workbook.
wxExcelOLEObjects wxAutoExcel::wxExcelWorksheet::OLEObjects | ( | ) |
Returns an either a single OLE object or a collection of all OLE objects (an OLEObjects collection) on the chart or sheet.
Read-only.
bool wxAutoExcel::wxExcelWorksheet::Paste | ( | wxExcelRange * | destination = NULL , |
wxXlTribool | link = wxDefaultXlTribool |
||
) |
Pastes the contents of the Clipboard onto the worksheet.
bool wxAutoExcel::wxExcelWorksheet::PasteSpecial | ( | const wxString & | format = wxEmptyString , |
wxXlTribool | link = wxDefaultXlTribool , |
||
wxXlTribool | displayAsIcon = wxDefaultXlTribool , |
||
const wxString & | iconFileName = wxEmptyString , |
||
long * | iconIndex = NULL , |
||
const wxString & | iconLabel = wxEmptyString , |
||
wxXlTribool | noHTMLFormatting = wxDefaultXlTribool |
||
) |
Pastes the contents of the Clipboard onto the worksheet, using a specified format.
Use this method to paste data from other applications or to paste data in a specific format.
bool wxAutoExcel::wxExcelWorksheet::PrintOut | ( | long * | from = NULL , |
long * | to = NULL , |
||
long * | copies = NULL , |
||
wxXlTribool | preview = wxDefaultXlTribool , |
||
const wxString & | activePrinter = wxEmptyString , |
||
wxXlTribool | printToFile = wxDefaultXlTribool , |
||
wxXlTribool | collate = wxDefaultXlTribool , |
||
const wxString & | prToFileName = wxEmptyString , |
||
wxXlTribool | ignorePrintAreas = wxDefaultXlTribool |
||
) |
Prints the worksheet.
bool wxAutoExcel::wxExcelWorksheet::PrintPreview | ( | wxXlTribool | enableChanges = wxDefaultXlTribool | ) |
Shows a preview of the worksheet as it would look when printed.
void wxAutoExcel::wxExcelWorksheet::Protect | ( | const wxString & | password = wxEmptyString , |
wxXlTribool | structure = wxDefaultXlTribool , |
||
wxXlTribool | windows = wxDefaultXlTribool |
||
) |
Protects a worksheet so that it cannot be modified.
void wxAutoExcel::wxExcelWorksheet::ResetAllPageBreaks | ( | ) |
Resets all page breaks on the specified worksheet.
void wxAutoExcel::wxExcelWorksheet::SaveAs | ( | const wxString & | fileName = wxEmptyString , |
XlFileFormat * | fileFormat = NULL , |
||
const wxString & | password = wxEmptyString , |
||
const wxString & | writeResPassword = wxEmptyString , |
||
wxXlTribool | readOnlyRecommended = wxDefaultXlTribool , |
||
wxXlTribool | createBackup = wxDefaultXlTribool , |
||
wxXlTribool | addToMru = wxDefaultXlTribool , |
||
wxXlTribool | local = wxDefaultXlTribool |
||
) |
Saves changes to the worksheet in a different file.
bool wxAutoExcel::wxExcelWorksheet::Select | ( | wxXlTribool | replace = wxDefaultXlTribool | ) |
Selects the worksheet.
void wxAutoExcel::wxExcelWorksheet::SetBackgroundPicture | ( | const wxString & | fileName | ) |
Sets the background graphic for a worksheet.
void wxAutoExcel::wxExcelWorksheet::ShowAllData | ( | ) |
Makes all rows of the currently filtered list visible.
If AutoFilter is in use, this method changes the arrows to "All."
void wxAutoExcel::wxExcelWorksheet::ShowDataForm | ( | ) |
Displays the data form associated with the worksheet.
bool wxAutoExcel::wxExcelWorksheet::Unprotect | ( | const wxString & | password = wxEmptyString | ) |
Removes protection from the worksheet.
This method has no effect if it isn't protected.
wxExcelAutoFilter wxAutoExcel::wxExcelWorksheet::GetAutoFilter | ( | ) |
Returns an AutoFilter object if filtering is on.
bool wxAutoExcel::wxExcelWorksheet::GetAutoFilterMode | ( | ) |
True if the AutoFilter drop-down arrows are currently displayed on the sheet.
This property is independent of the FilterMode property.
void wxAutoExcel::wxExcelWorksheet::SetAutoFilterMode | ( | ) |
Call to remove the filter drop-down arrows.
wxExcelRange wxAutoExcel::wxExcelWorksheet::GetCircularReference | ( | ) |
Returns a Range Represents the range containing the first circular reference on the sheet.
wxExcelComments wxAutoExcel::wxExcelWorksheet::GetComments | ( | ) |
Returns a Comments collection that represents all the comments for the specified worksheet.
wxExcelCommentsThreaded wxAutoExcel::wxExcelWorksheet::GetCommentsThreaded | ( | ) |
Returns a CommentsThreaded collection that represents all the top-level/root comments (no replies) for the specified worksheet.
Includes legacy and modern comments.
XlConsolidationFunction wxAutoExcel::wxExcelWorksheet::GetConsolidationFunction | ( | ) |
Returns the function code used for the current consolidation.
wxArrayShort wxAutoExcel::wxExcelWorksheet::GetConsolidationOptions | ( | ) |
Returns a three-element array of consolidation options.
If the element is 1, that option is set.
wxArrayString wxAutoExcel::wxExcelWorksheet::GetConsolidationSources | ( | ) |
Returns an array of string values that name the source sheets for the worksheet's current consolidation.
wxExcelCustomProperties wxAutoExcel::wxExcelWorksheet::GetCustomProperties | ( | ) |
Returns a CustomProperties object representing the identifier information associated with a worksheet.
bool wxAutoExcel::wxExcelWorksheet::GetDisplayPageBreaks | ( | ) |
True if page breaks (both automatic and manual) on the specified worksheet are displayed.
void wxAutoExcel::wxExcelWorksheet::SetDisplayPageBreaks | ( | bool | displayPageBreaks | ) |
True if page breaks (both automatic and manual) on the specified worksheet are displayed.
bool wxAutoExcel::wxExcelWorksheet::GetDisplayRightToLeft | ( | ) |
True if the specified worksheet is displayed from right to left instead of from left to right.
False if the object is displayed from left to right.
bool wxAutoExcel::wxExcelWorksheet::GetEnableAutoFilter | ( | ) |
True if AutoFilter arrows are enabled when user-interface-only protection is turned on.
void wxAutoExcel::wxExcelWorksheet::SetEnableAutoFilter | ( | bool | enableAutoFilter | ) |
True if AutoFilter arrows are enabled when user-interface-only protection is turned on.
bool wxAutoExcel::wxExcelWorksheet::GetEnableCalculation | ( | ) |
True if Microsoft Excel automatically recalculates the worksheet when necessary.
False if Excel doesn't recalculate the sheet.
void wxAutoExcel::wxExcelWorksheet::SetEnableCalculation | ( | bool | enableCalculation | ) |
True if Microsoft Excel automatically recalculates the worksheet when necessary.
False if Excel doesn't recalculate the sheet.
bool wxAutoExcel::wxExcelWorksheet::GetEnableFormatConditionsCalculation | ( | ) |
Returms or sets if conditional formats will occur automatically as needed.
Since MS Excel 2007.
MSDN documentation for Worksheet.EnableFormatConditionsCalculation.
void wxAutoExcel::wxExcelWorksheet::SetEnableFormatConditionsCalculation | ( | bool | enableFormatConditionsCalculation | ) |
Returms or sets if conditional formats will will occur automatically as needed.
Since MS Excel 2007.
MSDN documentation for Worksheet.EnableFormatConditionsCalculation.
bool wxAutoExcel::wxExcelWorksheet::GetEnableOutlining | ( | ) |
True if outlining symbols are enabled when user-interface-only protection is turned on.
void wxAutoExcel::wxExcelWorksheet::SetEnableOutlining | ( | bool | enableOutlining | ) |
True if outlining symbols are enabled when user-interface-only protection is turned on.
bool wxAutoExcel::wxExcelWorksheet::GetEnablePivotTable | ( | ) |
True if PivotTable controls and actions are enabled when user-interface-only protection is turned on.
void wxAutoExcel::wxExcelWorksheet::SetEnablePivotTable | ( | bool | enablePivotTable | ) |
True if PivotTable controls and actions are enabled when user-interface-only protection is turned on.
XlEnableSelection wxAutoExcel::wxExcelWorksheet::GetEnableSelection | ( | ) |
Returns what can be selected on the sheet.
bool wxAutoExcel::wxExcelWorksheet::GetFilterMode | ( | ) |
True if the worksheet is in the filter mode.
wxExcelPageBreaks wxAutoExcel::wxExcelWorksheet::GetHPageBreaks | ( | ) |
Returns a PageBreaks collection that represents the horizontal page breaks on the sheet.
wxExcelHyperlinks wxAutoExcel::wxExcelWorksheet::GetHyperlinks | ( | ) |
Returns a Hyperlinks collection that represents the hyperlinks for the worksheet.
long wxAutoExcel::wxExcelWorksheet::GetIndex | ( | ) |
Returns the index number of the worksheet in the Worksheets collection.
wxExcelListObjects wxAutoExcel::wxExcelWorksheet::GetListObjects | ( | ) |
Returns a collection of ListObject objects on the worksheet.
wxString wxAutoExcel::wxExcelWorksheet::GetName | ( | ) |
Returns a String value representing the worksheet name.
[MSDN documentation for Worksheet.Name]https://msdn.microsoft.com/en-us/library/office/ff196974.aspx).
void wxAutoExcel::wxExcelWorksheet::SetName | ( | const wxString & | name | ) |
Sets a String value representing the worksheet name.
[MSDN documentation for Worksheet.Name]https://msdn.microsoft.com/en-us/library/office/ff196974.aspx).
wxExcelNames wxAutoExcel::wxExcelWorksheet::GetNames | ( | ) |
Returns a Names collection that represents all the worksheet-specific names (names defined with the "WorksheetName!" prefix)
wxExcelWorksheet wxAutoExcel::wxExcelWorksheet::GetNext | ( | ) |
Returns a Worksheet Represents the next sheet.
wxExcelOutline wxAutoExcel::wxExcelWorksheet::GetOutline | ( | ) |
Returns an Outline object that represents the outline for the specified worksheet.
wxExcelPageSetup wxAutoExcel::wxExcelWorksheet::GetPageSetup | ( | ) |
Returns an Outline object that represents the outline for the specified worksheet.
wxExcelWorksheet wxAutoExcel::wxExcelWorksheet::GetPrevious | ( | ) |
Returns a Worksheet Represents the next sheet.
long wxAutoExcel::wxExcelWorksheet::GetPrintedCommentPages | ( | ) |
Returns the number of comment pages that will be printed for the current worksheet.
Since Excel 2010.
bool wxAutoExcel::wxExcelWorksheet::GetProtectContents | ( | ) |
True if the contents of the sheet are protected.
This protects the individual cells. To turn on content protection, use the Protect method with the Contents argument set to True.
bool wxAutoExcel::wxExcelWorksheet::GetProtectDrawingObjects | ( | ) |
True if shapes are protected.
To turn on shape protection, use the Protect method with the DrawingObjects argument set to True.
wxExcelProtection wxAutoExcel::wxExcelWorksheet::GetProtection | ( | ) |
Returns a Protection object that represents the protection options of the worksheet.
bool wxAutoExcel::wxExcelWorksheet::GetProtectionMode | ( | ) |
True if user-interface-only protection is turned on.
To turn on user interface protection, use the Protect method with the UserInterfaceOnly argument set to True.
bool wxAutoExcel::wxExcelWorksheet::GetProtectScenarios | ( | ) |
True if the worksheet scenarios are protected.
wxString wxAutoExcel::wxExcelWorksheet::GetScrollArea | ( | ) |
Returns the range where scrolling is allowed, as an A1-style range reference.
Cells outside the scroll area cannot be selected.
void wxAutoExcel::wxExcelWorksheet::SetScrollArea | ( | const wxString & | scrollArea | ) |
Sets the range where scrolling is allowed, as an A1-style range reference.
Cells outside the scroll area cannot be selected.
wxExcelShapes wxAutoExcel::wxExcelWorksheet::GetShapes | ( | ) |
Returns a Shapes collection that represents all the shapes on the worksheet.
wxExcelSort wxAutoExcel::wxExcelWorksheet::GetSort | ( | ) |
Returns a Sort object.
double wxAutoExcel::wxExcelWorksheet::GetStandardHeight | ( | ) |
Returns the standard (default) height of all the rows in the worksheet, in points.
double wxAutoExcel::wxExcelWorksheet::GetStandardWidth | ( | ) |
Returns the standard (default) width of all the columns in the worksheet.
void wxAutoExcel::wxExcelWorksheet::SetStandardWidth | ( | double | standardWidth | ) |
Sets the standard (default) width of all the columns in the worksheet.
wxExcelTab wxAutoExcel::wxExcelWorksheet::GetTab | ( | ) |
Returns a Tab object for a worksheet.
bool wxAutoExcel::wxExcelWorksheet::GetTransitionExpEval | ( | ) |
True if Microsoft Excel uses Lotus 1-2-3 expression evaluation rules for the worksheet.
void wxAutoExcel::wxExcelWorksheet::SetTransitionExpEval | ( | bool | transitionExpEval | ) |
True if Microsoft Excel uses Lotus 1-2-3 expression evaluation rules for the worksheet.
bool wxAutoExcel::wxExcelWorksheet::GetTransitionFormEntry | ( | ) |
True if Microsoft Excel uses Lotus 1-2-3 formula entry rules for the worksheet.
void wxAutoExcel::wxExcelWorksheet::SetTransitionFormEntry | ( | bool | transitionFormEntry | ) |
True if Microsoft Excel uses Lotus 1-2-3 formula entry rules for the worksheet.
XlSheetType wxAutoExcel::wxExcelWorksheet::GetType | ( | ) |
Returns an XlSheetType value that represents the worksheet type.
wxExcelRange wxAutoExcel::wxExcelWorksheet::GetUsedRange | ( | ) |
Returns a Range Represents the used range on the specified worksheet.
XlSheetVisibility wxAutoExcel::wxExcelWorksheet::GetVisible | ( | ) |
Returns an XlSheetVisibility value that determines whether the object is visible.
void wxAutoExcel::wxExcelWorksheet::SetVisible | ( | XlSheetVisibility | visible | ) |
Sets an XlSheetVisibility value that determines whether the object is visible.
wxExcelPageBreaks wxAutoExcel::wxExcelWorksheet::GetVPageBreaks | ( | ) |
Returns a PageBreaks collection that represents the vertical page breaks on the sheet.
wxAutoExcel::wxExcelWorksheet::operator wxExcelSheet | ( | ) |
Automatically converts the wxExcelWorksheet object to wxExcelSheet object so it can be used anywhere wxExcelSheet can.
|
inlinevirtual |
Returns "Worksheet".
Reimplemented from wxAutoExcel::wxExcelRangeOwner.