Aspose::Cells::CellsFactory class

CellsFactory class

Utility for instantiating classes of Cells model.

class CellsFactory

Methods

MethodDescription
CellsFactory()Default constructor.
CellsFactory(CellsFactory_Impl* impl)Constructs from an implementation object.
CellsFactory(const CellsFactory& src)Copy constructor.
CreateStyle()Creates a new style.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CellsFactory& src)operator=
~CellsFactory()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also