Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / ListFillRange Property


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