DataFilesSaveFileType(Worksheet, FileContext) Method

Save file to the specific type.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public static void SaveFileType(
	Worksheet worksheet,
	FileContext context
)

Parameters

worksheet  Worksheet
Canvas to save data from.
context  FileContext
File saving context.

See Also