ValidationCollection

ValidationCollection

Overview

ValidationCollection is a class in Aspose.Cells FOSS for .NET.

Represents a collection of validation objects.

This class provides 4 methods for working with ValidationCollection objects in Go programs. Available methods include: Add, GetValidationInCell, RemoveACell, RemoveArea. All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadGets the count.

Methods

SignatureDescription
Add(area: CellArea)The zero-based index of the added item.
GetValidationInCell(row: int, column: int)The validation.
RemoveACell(row: int, column: int)The zero-based column index.
RemoveArea(cellArea: CellArea)The cell area.

See Also