FileContextUpdateStatus Method
Updates IO operation status.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public void UpdateStatus(
Worksheet sheet,
bool success
)
Public Sub UpdateStatus (
sheet As Worksheet,
success As Boolean
)
public:
void UpdateStatus(
Worksheet^ sheet,
bool success
)
member UpdateStatus :
sheet : Worksheet *
success : bool -> unit
Parameters
- sheet Worksheet
- Worksheet to perfrom IO operation for.
- success Boolean
- Determines whether IO operation succeded or not.