标签:
Cell Object Members
Holds a formula that evaluates to some value.
Methods
|
Name |
Description |
Glues one shape to another, from a cell in the first shape to a cell in the second shape. |
||
Glues one shape to another from a cell in the first shape to an x,y position in the second shape. |
||
Evaluates the formula of a cell. |
Properties
|
Name |
Description |
Read-only. Returns the instance of Microsoft Office Visio that is associated with an object. |
||
Returns the column index of a cell. Read-only. |
||
Returns the ID of the Master object that contains an object. Read-only. |
||
Returns the ID of the page that contains an object. Read-only |
||
Returns the row that contains a cell. Read-only. |
||
Returns an array of ShapeSheet cells that are dependent on a particular cell of a Microsoft Office Visio shape. Read-only. |
||
Gets the Document object that is associated with an object. Read-only. |
||
Gets the error code generated by the last evaluation of a cell‘s formula. Read-only. |
||
Returns the EventList collection of an object or the EventList collection that contains an Event object. Read-only. |
||
Gets or sets the formula for a Cell object. Read/write. |
||
Sets the formula in a Cell object, even if the formula is protected with a GUARD function. Read/write. |
||
Sets the universal syntax formula in a Cell object, even if the formula is protected with a GUARD function. Read/write. |
||
Gets or sets the universal syntax formula for a Cell object. Read/write. |
||
Returns the cell from which this cell inherited its formula. Read-only. |
||
Returns the cell from which this cell inherited its value. Read-only. |
||
Determines whether a formula of the cell is a constant expression. Read-only. |
||
Determines whether a formula of the cell is inherited from a master or a style. Read-only. |
||
Returns the local name of a cell. Read-only. |
||
Specifies the name of an object. Read-only. |
||
Returns an object‘s type. Read-only. |
||
Indicates whether an object is capable of containing persistent events in its EventList collection. Read-only. |
||
Returns an array of ShapeSheet cells upon which the formula of another cell depends. Read-only. |
||
Gets or sets a cell‘s value. Read/write. |
||
Sets a cell‘s value, even if the cell‘s formula is protected with the GUARD function. Read/write. |
||
Sets the value of a cell to an integer value. Read/write. |
||
Sets the value of a cell to an integer value, even if the cell‘s formula is protected with the GUARD function. Read/write. |
||
Gets the value of a cell expressed as an integer. Read-only. |
||
Gets or sets a cell‘s value in internal units. Read/write. |
||
Sets a cell‘s value in internal units, even if the cell‘s formula is protected with the GUARD function. Read/write. |
||
Gets the value of a ShapeSheet cell expressed as a string. Read-only. |
||
Gets the value of a ShapeSheet cell expressed as a universal string. Read-only. |
||
Returns the row index of a cell. Read-only. |
||
Gets or sets the name of the row that contains the Cell object. Read/write. |
||
Gets or sets the universal name of the row that contains the Cell object. Read/write. |
||
Returns the index of the cell‘s section. Read-only. |
||
Returns the Shape object that owns a Cell, Characters, Row, or Section object or that is associated with a Hyperlink or OLEObject object or with the Hyperlinks collection. Read-only. |
||
Returns status information for an object. Read-only. |
||
Gets the style that contains a Cell object. Read-only. |
||
Indicates the unit of measure associated with a Cell object. Read-only. |
Events
|
Name |
Description |
Occurs after the value changes in a cell in a document. |
||
Occurs after a formula changes in a cell in the object that receives the event. |
VBA学习笔记(10)-Cell Object Members
标签:
原文地址:http://www.cnblogs.com/xiyoulhj/p/4248665.html