icomboboxshape-ag凯发旗舰厅



com.spire.xls.core
interface icomboboxshape

all superinterfaces:
ishape
all known implementing classes:
xlscomboboxshape

public interface icomboboxshape
extends ishape

method summary
 boolean getdisplay3dshading()
          gets or sets value indicating whether 3d shadow is present.
 int getdropdownlines()
          gets or sets the number of list lines displayed in the drop-down portion of a combo box.
 ixlsrange getlinkedcell()
          gets or sets the worksheet range linked to the control's value.
 ixlsrange getlistfillrange()
          gets or sets the worksheet range used to xlsfill the specified list box.
 int getselectedindex()
          gets or sets selected item index of the combo box.
 java.lang.string getselectedvalue()
          gets value selected in combobox.
 void setdisplay3dshading(boolean value)
          gets or sets value indicating whether 3d shadow is present.
 void setdropdownlines(int value)
          gets or sets the number of list lines displayed in the drop-down portion of a combo box.
 void setlinkedcell(ixlsrange value)
          gets or sets the worksheet range linked to the control's value.
 void setlistfillrange(ixlsrange listfillrange)
          sets the worksheet range used to xlsfill the specified list box.
 void setselectedindex(int value)
          gets or sets selected item index of the combo box.
 
methods inherited from interface com.spire.xls.core.ishape
getalternativetext, getfill, getheight, gethtmlstring, getid, getleft, getname, getonaction, getresizebehave, getrotation, getshadow, getshapetype, getthreed, gettop, getvisible, getwidth, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, remove, scale, setheight, sethtmlstring, setname, setonaction, setresizebehave, setrotation, settop, setvisible, setwidth
 
method detail

getlistfillrange

ixlsrange getlistfillrange()
gets or sets the worksheet range used to xlsfill the specified list box.

setlistfillrange

void setlistfillrange(ixlsrange listfillrange)
sets the worksheet range used to xlsfill the specified list box.

getlinkedcell

ixlsrange getlinkedcell()
gets or sets the worksheet range linked to the control's value.

setlinkedcell

void setlinkedcell(ixlsrange value)
gets or sets the worksheet range linked to the control's value.

getselectedindex

int getselectedindex()
gets or sets selected item index of the combo box.

setselectedindex

void setselectedindex(int value)
gets or sets selected item index of the combo box.

getdropdownlines

int getdropdownlines()
gets or sets the number of list lines displayed in the drop-down portion of a combo box.

setdropdownlines

void setdropdownlines(int value)
gets or sets the number of list lines displayed in the drop-down portion of a combo box.

getdisplay3dshading

boolean getdisplay3dshading()
gets or sets value indicating whether 3d shadow is present.

setdisplay3dshading

void setdisplay3dshading(boolean value)
gets or sets value indicating whether 3d shadow is present.

getselectedvalue

java.lang.string getselectedvalue()
gets value selected in combobox.


网站地图