Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class implements the logic of working with a Microsoft Excel document.
Syntax
class XMLExcelDocument_RU
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
closeDocument | Closes a previously opened document. |
![]() |
definedNamesMap | Returns a map that holds data about defined names. |
![]() |
deletePageBreak | Deletes the page break after a specified row on a specified worksheet. |
![]() |
deleteRow | Deletes a specified row from a specified worksheet. |
![]() |
deleteWorkSheet | Deletes a specified worksheet from a workbook. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
fileName | Returns the file name of the previously opened file. |
![]() |
getNamedRangeHeightFixed | Measures the fixed height of a specified range. |
![]() |
getNamedRangeHeightWrapped | Measures the height of a rectangle with a fixed width, which should be specified when for value to fit into. |
![]() |
getPageHeight | Gets the height of a worksheet page, depending on the specified paper size. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
insertPageBreak | Adds a page break. |
![]() |
insertRow | Copies the specified row. |
![]() |
insertRows | Copies rows from one worksheet to another. |
![]() |
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. |
![]() |
insertSheet | Inserts a worksheet to a workbook. |
![]() |
insertValue | Inserts a value to a specified cell. |
![]() |
new | Initializes a new instance of the XMLExcelDocument_RU class. |
![]() |
newFile | Copies a file to a specified location and opens it. If the location is omitted, the file is copied to a temporary path. |
![]() |
normalFont | Gets the font object that corresponds to the "normal" font for this document. |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
open | Opens a file. |
![]() |
openDocument | Opens a file and initializes Open XML SDK objects. |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmTemplateMode | Gets or sets the TemplateMode parameter. |
![]() |
selectWorksheet | Sets the worksheet by its ID or its name as an active worksheet. |
![]() |
setPrintArea | Sets the print area for a worksheet. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
setWorkSheetName | Changes the worksheet name. |
![]() |
setWorksheetSpans | Sets the value of the spans attribute for the specified worksheet. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
workbook | Returns a reference to the workbook of a previously opened document. |
![]() |
worksheetWithNameExists | Checks whether there is an occurrence of the worksheet with the specified name in the workbook. |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct | Initializes a new instance of the XMLExcelDocument_RU class. |
![]() ![]() |
::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