WorkbookValidator
Overview
WorkbookValidator is a class in Aspose.Cells FOSS for C++.
Represents workbook validator.
This class provides 1 method for working with WorkbookValidator objects in C++ programs.
Available methods include: ValidateForSave.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
ValidateForSave(workbookModel: CellValue, packageModel: CellValue) → std::vector<ValidationMessage> | Validates the current state. The workbook model. The package model. The validation message list. |