Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / ListFillRange Property


In This Topic
    ListFillRange Property (IControlFormat)
    In This Topic
    Gets or sets the worksheet range used to fill the specified list box.
    Syntax
    'Declaration
     
    
    Property ListFillRange As String
    'Usage
     
    
    Dim instance As IControlFormat
    Dim value As String
     
    instance.ListFillRange = value
     
    value = instance.ListFillRange
    string ListFillRange {get; set;}
    See Also