Version

Search Results

Status Property

Gets or sets the current status of the document. Syntax Property Value A string representing the current status of the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

Subject Property

Gets or sets the subject of the contents of the document. Syntax Property Value A string specifying the subject of the contents of the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

Title Property (DocumentProperties)

Gets or sets the title of the document. Syntax Property Value A string specifying the title of the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

ErrorValue Class

Represents an error value in Microsoft Excel. Syntax

ErrorValue Class Members

Public Properties Public Methods

ErrorValue Class Methods

Public Methods

ErrorValue Class Properties

Public Properties

ArgumentOrFunctionNotAvailable Property

Gets the ErrorValue representing the #N/A error. Syntax Property Value The ErrorValue representing the #N/A error. Remarks This error occurs when a value isnt available for some part of a formula.

Circularity Property

Gets the ErrorValue representing a circularity error. Syntax Property Value The ErrorValue representing a circularity error. Remarks There is no error constant for a circularity in Microsoft Excel and a circularity cannot be the result of a formula in Microsoft Excel. However, for run-time purposes, after loading ...

DivisionByZero Property

Gets the ErrorValue representing the #DIV/0! error. Syntax Property Value The ErrorValue representing the #DIV/0! error. Remarks This error occurs when a number is divided by zero.