ValidationCollection Class
ValidationCollection class
Represents data validation collection.
type ValidationCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
Add | Adds a data validation to the collection. |
Get | Gets the element at the specified index. |
RemoveACell | Removes all validation setting on the cell. |
RemoveArea | Removes all validation setting on the range.. |
GetValidationInCell | Gets the validation applied to given cell. |
GetCount | |