Aspose::Cells::ErrorCheckOptionCollection class
ErrorCheckOptionCollection class
Represents all error check option.
class ErrorCheckOptionCollection
Methods
| Method | Description |
|---|---|
| Add() | Add an error check option. |
| ErrorCheckOptionCollection(ErrorCheckOptionCollection_Impl* impl) | Constructs from an implementation object. |
| ErrorCheckOptionCollection(const ErrorCheckOptionCollection& src) | Copy constructor. |
| Get(int32_t index) | Gets ErrorCheckOption object by the given index. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ErrorCheckOptionCollection& src) | operator= |
| ~ErrorCheckOptionCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++