Working with Data Validation -- Aspose.Cells FOSS for .NET
Aspose.Cells FOSS for .NET provides classes for working with working with data validation.
Overview
The key classes involved are:
ValidationValidationMessageValidationMessageSeverityValidationAlertTypeValidationCollection
Getting Started
Install Aspose.Cells FOSS for .NET:
dotnet add package Aspose.Cells.FossBasic Usage
// Basic usage of Validation
// See reference documentation for full API detailsTips and Best Practices
- Always dispose of document objects after use
- Handle file I/O exceptions when reading or writing files
- Check the API reference for the latest signatures
API Reference Summary
| Class | Description |
|---|---|
Validation | See reference docs |
ValidationMessage | See reference docs |
ValidationMessageSeverity | See reference docs |
ValidationAlertType | See reference docs |
ValidationCollection | See reference docs |
For full details, see the API Reference.