ControlSite.ListFillRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that identifies the range used to fill the specified list box.
public:
property System::String ^ ListFillRange { System::String ^ get(); void set(System::String ^ value); };
public string ListFillRange { get; set; }
member this.ListFillRange : string with get, set
Public Property ListFillRange As String
Property Value
A value that identifies the range used to fill the specified list box.
Remarks
Microsoft Office 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.
Setting this property destroys any existing list in the list box.
If the list in the list box was created with the AddItem method, this property returns an empty string ("").