Share via


XMLExcelDocument_RU Class [AX 2012]

This class implements the logic of working with a Microsoft Excel document.

Syntax

class XMLExcelDocument_RU

Run On

Called

Methods

  Method Description
JJ786390.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif closeDocument Closes a previously opened document.
JJ786390.pubmethod(en-us,AX.60).gif definedNamesMap Returns a map that holds data about defined names.
JJ786390.pubmethod(en-us,AX.60).gif deletePageBreak Deletes the page break after a specified row on a specified worksheet.
JJ786390.pubmethod(en-us,AX.60).gif deleteRow Deletes a specified row from a specified worksheet.
JJ786390.pubmethod(en-us,AX.60).gif deleteWorkSheet Deletes a specified worksheet from a workbook.
JJ786390.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif fileName Returns the file name of the previously opened file.
JJ786390.pubmethod(en-us,AX.60).gif getNamedRangeHeightFixed Measures the fixed height of a specified range.
JJ786390.pubmethod(en-us,AX.60).gif getNamedRangeHeightWrapped Measures the height of a rectangle with a fixed width, which should be specified when for value to fit into.
JJ786390.pubmethod(en-us,AX.60).gif getPageHeight Gets the height of a worksheet page, depending on the specified paper size.
JJ786390.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif insertPageBreak Adds a page break.
JJ786390.pubmethod(en-us,AX.60).gif insertRow Copies the specified row.
JJ786390.pubmethod(en-us,AX.60).gif insertRows Copies rows from one worksheet to another.
JJ786390.pubmethod(en-us,AX.60).gif insertRowsByBookmark Copies rows from the template to the result document when working in template mode.The height of the rows changed to the value specified by the height parameter.
JJ786390.pubmethod(en-us,AX.60).gif insertSheet Inserts a worksheet to a workbook.
JJ786390.pubmethod(en-us,AX.60).gif insertValue Inserts a value to a specified cell.
JJ786390.protmethod(en-us,AX.60).gif new Initializes a new instance of the XMLExcelDocument_RU class.
JJ786390.pubmethod(en-us,AX.60).gif newFile Copies a file to a specified location and opens it. If the location is omitted, the file is copied to a temporary path.
JJ786390.pubmethod(en-us,AX.60).gif normalFont Gets the font object that corresponds to the "normal" font for this document.
JJ786390.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif open Opens a file.
JJ786390.pubmethod(en-us,AX.60).gif openDocument Opens a file and initializes Open XML SDK objects.
JJ786390.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif parmTemplateMode Gets or sets the TemplateMode parameter.
JJ786390.pubmethod(en-us,AX.60).gif selectWorksheet Sets the worksheet by its ID or its name as an active worksheet.
JJ786390.pubmethod(en-us,AX.60).gif setPrintArea Sets the print area for a worksheet.
JJ786390.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif setWorkSheetName Changes the worksheet name.
JJ786390.pubmethod(en-us,AX.60).gif setWorksheetSpans Sets the value of the spans attribute for the specified worksheet.
JJ786390.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif workbook Returns a reference to the workbook of a previously opened document.
JJ786390.pubmethod(en-us,AX.60).gif worksheetWithNameExists Checks whether there is an occurrence of the worksheet with the specified name in the workbook.
JJ786390.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ786390.pubmethod(en-us,AX.60).gif JJ786390.static(en-us,AX.60).gif ::construct Initializes a new instance of the XMLExcelDocument_RU class.
JJ786390.pubmethod(en-us,AX.60).gif JJ786390.static(en-us,AX.60).gif ::newFromFile Creates a new instance of the XMLExcelDocument_RU class and initializes it opening an existing file or copy of a file.

Top

Remarks

This class may be used to replace COMExcelDocument_RU class.

Inheritance Hierarchy

Object Class
  XMLExcelDocument_RU Class