_OLEObject.ListFillRange Property

Definition

Returns or sets the worksheet range used to fill the specified list box. Setting this property destroys any existing list in the list box. Read/write String.

public:
 property System::String ^ ListFillRange { System::String ^ get(); void set(System::String ^ value); };
public string ListFillRange { get; set; }
Public Property ListFillRange As String

Property Value

Remarks

Microsoft Excel reads the contents of every cell in the range and inserts the cell values into the list box. The list tracks changes in the range’s cells.

If the list in the list box was created with the AddItem(String, Object) method, this property returns an empty string ("").

Applies to