Aspose::Cells::Workbook::SetInterruptMonitor method
Workbook::SetInterruptMonitor(AbstractInterruptMonitor*) method
Gets and sets the interrupt monitor.
void Aspose::Cells::Workbook::SetInterruptMonitor(AbstractInterruptMonitor *value)
See Also
- Class Vector
- Class AbstractInterruptMonitor
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::SetInterruptMonitor(const InterruptMonitor&) method
Sets the interrupt monitor.
void Aspose::Cells::Workbook::SetInterruptMonitor(const InterruptMonitor &interruptMonitor)
Parameter | Type | Description |
---|---|---|
interruptMonitor | const InterruptMonitor& | An InterruptMonitor object. |
See Also
- Class Vector
- Class InterruptMonitor
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++