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
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
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. |