FileContextUpdateStatus Method

Updates IO operation status.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void UpdateStatus(
	Worksheet sheet,
	bool success
)

Parameters

sheet  Worksheet
Worksheet to perfrom IO operation for.
success  Boolean
Determines whether IO operation succeded or not.

See Also