Aspose::Cells::CellsFactory class
CellsFactory class
Utility for instantiating classes of Cells model.
class CellsFactory
Methods
| Method | Description |
|---|---|
| CellsFactory() | Default constructor. |
| CellsFactory(CellsFactory_Impl* impl) | Constructs from an implementation object. |
| CellsFactory(const CellsFactory& src) | Copy constructor. |
| CreateStyle() | Creates a new style. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const CellsFactory& src) | operator= |
| ~CellsFactory() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++