WorksheetParams Class

Basic parameters of the worksheet document.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public class WorksheetParams : DocumentParams
Inheritance
Object    DocumentParams    WorksheetParams

Constructors

WorksheetParams Constructs the instance of WorksheetParams.

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also