|
|||||||||
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 IDataValidationTable
public Workbook getWorkbook()
IDataValidationTable
getWorkbook
in interface IDataValidationTable
public XlsDataValidationCollection get(int index)
get
in interface IDataValidationTable
index
-
public int getShapesCount()
getShapesCount
in interface IDataValidationTable
public IDataValidation findDataValidation(long iCellIndex)
findDataValidation
in interface IDataValidationTable
iCellIndex
- Cell index.
public void remove(java.awt.Rectangle[] rectangles)
remove
in interface IDataValidationTable
rectangles
- Rectangles to remove.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |