Aspose::Cells::ErrorCheckOptionCollection class

ErrorCheckOptionCollection class

Represents all error check option.

class ErrorCheckOptionCollection

Methods

MethodDescription
Add()Add an error check option.
begin()Returns an iterator to the beginning of the ErrorCheckOptionCollection.
end()Returns an iterator to the end of the ErrorCheckOptionCollection.
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()Gets the number of elements contained in the instance.
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