Aspose::Cells::ErrorCheckOptionCollection class

ErrorCheckOptionCollection class

Represents all error check option.

class ErrorCheckOptionCollection

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ErrorCheckOptionCollection& src)operator=
~ErrorCheckOptionCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also