public class WorksheetParams : DocumentParams
Public Class WorksheetParams
Inherits DocumentParams
public ref class WorksheetParams : public DocumentParams
type WorksheetParams =
class
inherit DocumentParams
end
WorksheetParams | Constructs the instance of WorksheetParams. |
AutoEvaluation | Defines if automatic evaluation enabled for the Worksheet. |
EvaluationOptions | Options for worksheet evaluation. |
FileName |
Current Document full file name.
(Inherited from DocumentParams) |
GeneratorVersion | Version of the generator application. |
Id |
Id of the Document.
(Inherited from DocumentParams) |
OnError | Defines what automatic action is enabled on calculation error for the Worksheet. |
OutputUnitsSystem | Gets or sets default output units system for calculations with units of measurements. |
Revision |
Revision number of the Document.
(Inherited from DocumentParams) |
Shortcut | Gets or sets shortcut of the document to use for snippets. |
SuppressUI | Determines whether any interactions with user is not supported. |
Title | Title of the worksheet. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |