Worksheet(SessionProfile, PresentationMode) Constructor

Constructor of the Worksheet class taking a presentation mode to create an instance of the object.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public Worksheet(
	SessionProfile sessionProfile,
	PresentationMode mode
)

Parameters

sessionProfile  SessionProfile
Session specific parameters.
mode  PresentationMode
Presentation mode of the worksheet.

See Also