Aspose::Cells::InsertOptions class

InsertOptions class

Represents the options of inserting.

class InsertOptions

Methods

MethodDescription
GetCopyFormatType()
GetUpdateReference()Indicates if references in other worksheets will be updated.
InsertOptions()Default constructor.
InsertOptions(InsertOptions_Impl* impl)Constructs from an implementation object.
InsertOptions(const InsertOptions& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const InsertOptions& src)operator=
SetCopyFormatType(CopyFormatType value)
SetUpdateReference(bool value)Indicates if references in other worksheets will be updated.
~InsertOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also