GridValidation.AddACell
AddACell(int, int)
add the validation settings in the cell.
public void AddACell(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | The row index. |
column | Int32 | The column index. |
See Also
- class GridValidation
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
AddACell(string)
add the validation settings in the cell.
public void AddACell(string cellname)
Parameter | Type | Description |
---|---|---|
cellname | String | cell name. |
See Also
- class GridValidation
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb