XlsComboBoxShape
ListFillRange Property
 | 
Gets or sets the worksheet range used to fill the specified list box.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IXLSRange ListFillRange { get; set; }
 
Public Property ListFillRange As IXLSRange
	Get
	Set
 
public:
virtual property IXLSRange^ ListFillRange {
	IXLSRange^ get () sealed;
	void set (IXLSRange^ value) sealed;
}
 
abstract ListFillRange : IXLSRange with get, set
override ListFillRange : IXLSRange with get, set
 
 
 
Property Value
Type:
IXLSRange
Implements
IComboBoxShape
ListFillRange
 
See Also