ValidationCollection Class

ValidationCollection class

Represents data validation collection.


type ValidationCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
AddAdds a data validation to the collection.
GetGets the element at the specified index.
RemoveACellRemoves all validation setting on the cell.
RemoveAreaRemoves all validation setting on the range..
GetValidationInCellGets the validation applied to given cell.
GetCount