DiagnosticBag
Overview
DiagnosticBag is a class in Aspose.Cells FOSS for C++.
Represents diagnostic bag.
This class provides 2 methods for working with DiagnosticBag objects in C++ programs.
Available methods include: Add, GetEntries.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetEntries() → std::vector<DiagnosticEntry> | Gets the entries. |
Add(entry: DiagnosticEntry) | Adds the specified item. The entry. |