Click or drag to resize

XlsListBoxShape ListFillRange Property

Gets or sets the range of cells that are used to fill the 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; }

Return Value

Type: IXLSRange
An IXLSRange object representing the range of cells used to fill the list box, or null if no range is set.

Implements

IListBox ListFillRange
See Also