Working with Data Validation

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:

  • Validation
  • ValidationMessage
  • ValidationMessageSeverity
  • ValidationAlertType
  • ValidationCollection

Getting Started

Install Aspose.Cells FOSS for .NET:

dotnet add package Aspose.Cells.Foss

Basic Usage

// Basic usage of Validation
// See reference documentation for full API details

Tips 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

ClassDescription
ValidationSee reference docs
ValidationMessageSee reference docs
ValidationMessageSeveritySee reference docs
ValidationAlertTypeSee reference docs
ValidationCollectionSee reference docs

For full details, see the API Reference.

See Also