OfficeExtension.ClientResult class

Contains the result for methods that return primitive types. The object's value property is retrieved from the document after context.sync() is invoked.

Properties

value

The value of the result that is retrieved from the document after context.sync() is invoked.

Property Details

value

The value of the result that is retrieved from the document after context.sync() is invoked.

value: T;

Property Value

T