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
- class ValidationCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(CellArea)
Adds a data validation to the collection.
public int Add(CellArea ca)
Parameter | Type | Description |
---|---|---|
ca | CellArea | The area contains this validation. |
Return Value
Validation
object index.
See Also
- struct CellArea
- class ValidationCollection
- namespace Aspose.Cells
- assembly Aspose.Cells