ValidationCollection.Add

Add()

Adds a data validation to the collection.

[Obsolete("Use ValidationCollection.Add(CellArea) method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public int Add()

Return Value

Validation object index.

Remarks

NOTE: This member is now obsolete. Instead, please use ValidationCollection.Add(CellArea) method. This property will be removed 12 months later since JANUARY 2015. Aspose apologizes for any inconvenience you may have experienced.

See Also


Add(CellArea)

Adds a data validation to the collection.

public int Add(CellArea ca)
ParameterTypeDescription
caCellAreaThe area contains this validation.

Return Value

Validation object index.

See Also