Aspose::Cells::DxfCollection class

DxfCollection class

Represents the master differential formatting records.

class DxfCollection

Methods

MethodDescription
DxfCollection(DxfCollection_Impl* impl)Constructs from an implementation object.
DxfCollection(const DxfCollection& src)Copy constructor.
Get(int32_t index)Gets the element at the specified index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DxfCollection& src)operator=
~DxfCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also