com.spire.xls.core
Interface IListBox

All Superinterfaces:
IShape
All Known Implementing Classes:
XlsListBoxShape

public interface IListBox
extends IShape


Method Summary
 boolean getDisplay3DShading()
           
 IXLSRange getLinkedCell()
           
 IXLSRange getListFillRange()
           
 int getSelectedIndex()
           
 SelectionType getSelectionType()
           
 void setDisplay3DShading(boolean value)
           
 void setLinkedCell(IXLSRange value)
           
 void setListFillRange(IXLSRange value)
           
 void setSelectedIndex(int value)
           
 void setSelectionType(SelectionType value)
           
 
Methods inherited from interface com.spire.xls.core.IShape
getAlternativeText, getFill, getHeight, getID, getLeft, getName, getOnAction, getResizeBehave, getRotation, getShadow, getShapeType, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setName, setOnAction, setResizeBehave, setRotation, setTop, setVisible, setWidth
 

Method Detail

getDisplay3DShading

boolean getDisplay3DShading()

setDisplay3DShading

void setDisplay3DShading(boolean value)

getLinkedCell

IXLSRange getLinkedCell()

setLinkedCell

void setLinkedCell(IXLSRange value)

getListFillRange

IXLSRange getListFillRange()

setListFillRange

void setListFillRange(IXLSRange value)

getSelectedIndex

int getSelectedIndex()

setSelectedIndex

void setSelectedIndex(int value)

getSelectionType

SelectionType getSelectionType()

setSelectionType

void setSelectionType(SelectionType value)