Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / AutoGenerateColumns Property
Example


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

    Property Value

    Boolean: true to automatically generate the columns; false otherwise
    Example
    This example sets whether to automatically generate the columns based on the data source.
    See Also