java.lang.ObjectCollectionBase
com.aspose.cells.ValidationCollection
public class ValidationCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
Validation | get(int index) | |
|
Gets the |
||
| Method Summary | ||
|---|---|---|
int | add() | |
| Adds a data validation to the collection. | ||
int | add(CellArea ca) | |
| Adds a data validation to the collection. | ||
int | add(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
void | clear() | → inherited from com.aspose.cells.CollectionBase
|
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
Validation | getValidationInCell(int row, int column) | |
| Gets the validation applied to given cell. | ||
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase
|
void | removeACell(int row, int column) | |
| Removes all validation setting on the cell. | ||
void | removeArea(CellArea ca) | |
| Removes all validation setting on the range.. | ||
void | removeAt(int index) | → inherited from com.aspose.cells.CollectionBase
|
| Property Getters/Setters Detail |
|---|
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount() | |
get | |
public Validation get(int index) | |
index - The zero based index of the element.| Method Detail |
|---|
add | |
public int add() | |
add | |
public int add(CellArea ca) | |
ca - The area contains this validation.removeACell | |
public void removeACell(int row, int column) | |
row - The row index of the cell.column - The column index of the cell.removeArea | |
public void removeArea(CellArea ca) | |
ca - The range which contains the validations setting.getValidationInCell | |
public Validation getValidationInCell(int row, int column) | |
row - The row index.column - The column index.clear | → inherited from com.aspose.cells.CollectionBase
|
public void clear() | |
removeAt | → inherited from com.aspose.cells.CollectionBase
|
public void removeAt(int index) | |
iterator | → inherited from com.aspose.cells.CollectionBase
|
public java.util.Iterator iterator() | |
contains | → inherited from com.aspose.cells.CollectionBase
|
public boolean contains(java.lang.Object value) | |
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) | |
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) | |