Aspose::Cells::ValidationCollection::RemoveACell method

ValidationCollection::RemoveACell method

Removes all validation setting on the cell.

void Aspose::Cells::ValidationCollection::RemoveACell(int32_t row, int32_t column)
ParameterTypeDescription
rowint32_tThe row index of the cell.
columnint32_tThe column index of the cell.

See Also