|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.XlsDataValidationTable
public class XlsDataValidationTable
Table of all data validations in the worksheet.
| Constructor Summary | |
|---|---|
XlsDataValidationTable(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
IDataValidation |
findDataValidation(long iCellIndex)
Searches for corresponding data validation. |
XlsDataValidationCollection |
get(int index)
Returns single entry from the collection. |
int |
getShapesCount()
Gets number of required shapes objects. |
Workbook |
getWorkbook()
Gets parent workbook. |
Worksheet |
getWorksheet()
Gets parent wokrsheet. |
void |
remove(java.awt.Rectangle[] rectangles)
Removes specified rectangles from the collection. |
| Constructor Detail |
|---|
public XlsDataValidationTable(java.lang.Object parent)
| Method Detail |
|---|
public Worksheet getWorksheet()
getWorksheet in interface IDataValidationTablepublic Workbook getWorkbook()
IDataValidationTable
getWorkbook in interface IDataValidationTablepublic XlsDataValidationCollection get(int index)
get in interface IDataValidationTableindex -
public int getShapesCount()
getShapesCount in interface IDataValidationTablepublic IDataValidation findDataValidation(long iCellIndex)
findDataValidation in interface IDataValidationTableiCellIndex - Cell index.
public void remove(java.awt.Rectangle[] rectangles)
remove in interface IDataValidationTablerectangles - Rectangles to remove.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||