OXMLRow_RU Class [AX 2012]
The OXMLRow_RU class is a wrapper for the Open XML SDK row object.
| Method | Description | |
|---|---|---|
| appendCell | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cell | Returns a cell based on the specified index. |
| cells | Initializes and returns a map that holds the cells of the current row. |
| clearContents | Clears the contents of the current row. |
| clone | Clones the current row. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| height | Gets or sets the height for the current row. |
| initCells | Initializes a cell map that holds data about the cells in the current row. |
| multiplyCell | Creates the specified number of copies of a cell and appends the copies to the current row. |
| new | Creates a new instance of an OXMLRow_RU object. |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| row | Is an accessor method for the Open XML SDK row object that this object wraps. |
| rowIndex | Gets or sets the rowIndex value for the current row. |
| save | Saves data from the cells map into the current row. |
| setSpans | Sets the spans attribute for the row. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| styleIndex | Returns the style index of the current row. |
| 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.) |
| worksheet | Sets or gets the parent worksheet object for this object. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newFromRow | Creates a new instance of the OXMLRow_RU object. |
Community Additions
ADD
Show: