SpreadsheetGear 2023
ListFillRange Property (IControlFormat)


SpreadsheetGear.Shapes Namespace > IControlFormat Interface : ListFillRange Property
Gets or sets a range reference or defined name which specifies a range from which to fill a list box.
Syntax
'Declaration
 
Property ListFillRange As System.String
'Usage
 
Dim instance As IControlFormat
Dim value As System.String
 
instance.ListFillRange = value
 
value = instance.ListFillRange
System.string ListFillRange {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IControlFormat Interface
IControlFormat Members
List Property
ListCount Property
ListIndex Property
AddItem(String) Method
AddItem(String,Int32) Method
RemoveItem Method
RemoveAllItems Method