idatavalidationtable-ag凯发旗舰厅



com.spire.xls.core
interface idatavalidationtable

all known implementing classes:
xlsdatavalidationtable

public interface idatavalidationtable

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.
 
method detail

getworkbook

workbook getworkbook()
gets parent workbook. read-only.

getworksheet

worksheet getworksheet()
gets parent wokrsheet. read-only.

getshapescount

int getshapescount()
gets number of required shapes objects.

get

xlsdatavalidationcollection get(int index)
returns single entry from the collection. read-only.

finddatavalidation

idatavalidation finddatavalidation(long icellindex)
searches for corresponding data validation.
parameters:
icellindex - cell index.
returns:
found data validation or null.

remove

void remove(java.awt.rectangle[] rectangles)
removes specified rectangles from the collection. param name="rectangles">rectangles to remove.


网站地图