Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / AutoGenerateColumns Property


In This Topic
    AutoGenerateColumns Property (ITable)
    In This Topic
    Gets or sets whether to generate the columns automatically based on the data source.
    Syntax
    'Declaration
     
    
    Property AutoGenerateColumns As Boolean
    'Usage
     
    
    Dim instance As ITable
    Dim value As Boolean
     
    instance.AutoGenerateColumns = value
     
    value = instance.AutoGenerateColumns
    bool AutoGenerateColumns {get; set;}

    Property Value

    true if the table generate the columns automatically based on the data source; otherwise, false. The default is true.
    See Also