GridValidationCollection.Add
Contents
[
Hide
]Add(GridValidation)
Add a GridValidation
to the collection.
public int Add(GridValidation validation)
Parameter | Type | Description |
---|---|---|
validation | GridValidation | A validation object. |
Return Value
GridValidation
object index.
See Also
- class GridValidation
- class GridValidationCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add()
Add a GridValidation
to the collection.
[Obsolete("Use GridValidationCollection.Add(row,col) method instead.")]
public GridValidation Add()
Return Value
GridValidation
the added GridValidation instance.
Remarks
NOTE: This member is now obsolete. Instead, please use GridValidationCollection.Add(row,col) method. This property will be removed 12 months later since JANUARY 2015. Aspose apologizes for any inconvenience you may have experienced.
See Also
- class GridValidation
- class GridValidationCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(GridCellArea)
Adds a data validation to the collection.
public GridValidation Add(GridCellArea ca)
Parameter | Type | Description |
---|---|---|
ca | GridCellArea | The area contains this validation. |
Return Value
GridValidation
the validation.
See Also
- class GridValidation
- class GridCellArea
- class GridValidationCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(string)
Add a GridValidation
to the collection.the validation is applied to the specificed cell.
public GridValidation Add(string cellname)
Parameter | Type | Description |
---|---|---|
cellname | String | the name of the cell. |
Return Value
GridValidation
the added GridValidation instance.
See Also
- class GridValidation
- class GridValidationCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(int, int)
Add a GridValidation
to the collection.the validation is applied to the specificed cell.
public GridValidation Add(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | The row index. |
column | Int32 | The column index. |
Return Value
GridValidation
the added GridValidation instance.
See Also
- class GridValidation
- class GridValidationCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb