Aspose::Cells::Workbook::SetInterruptMonitor method

Workbook::SetInterruptMonitor(AbstractInterruptMonitor*) method

Gets and sets the interrupt monitor.

void Aspose::Cells::Workbook::SetInterruptMonitor(AbstractInterruptMonitor *value)

See Also

Workbook::SetInterruptMonitor(const InterruptMonitor&) method

Sets the interrupt monitor.

void Aspose::Cells::Workbook::SetInterruptMonitor(const InterruptMonitor &interruptMonitor)
ParameterTypeDescription
interruptMonitorconst InterruptMonitor&An InterruptMonitor object.

See Also