Name | Description | |
---|---|---|
CopyAfter | Creates a new sheet after the specified sheet and copies the contents of this sheet to the newly created sheet. | |
CopyBefore | Creates a new sheet before the specified sheet and copies the contents of this sheet to the newly created sheet. | |
Delete | Deletes this sheet. | |
EvaluateRange | Evaluates the specified formula and returns the resulting IRange. | |
EvaluateRanges | Evaluates the specified formula and returns the resulting array of ranges. | |
EvaluateValue | Evaluates the specified formula and returns the result as a System.Double, System.String, System.Boolean, ValueError or null if the formula is invalid or the formula evaluates to a reference to an empty cell. | |
EvaluateValues | Evaluates the specified comma separated list of expressions and returns the result(s) as an array of objects, where each object is a System.Double, System.String, System.Boolean or ValueError. null is returned if any of the expressions is invalid or if any of the expressions evaluates to a reference to an empty cell. | |
MoveAfter | Moves this sheet to come after the specified sheet. | |
MoveBefore | Moves this sheet to come before the specified sheet. | |
Select | Selects the sheet. |