Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / DataAutoCellTypes Property


In This Topic
    DataAutoCellTypes Property (SpreadDataBindingAdapter)
    In This Topic
    Gets or sets whether the cell type is set automatically when filling data.
    Syntax
    'Declaration
     
    
    Public Property DataAutoCellTypes As Boolean
    'Usage
     
    
    Dim instance As SpreadDataBindingAdapter
    Dim value As Boolean
     
    instance.DataAutoCellTypes = value
     
    value = instance.DataAutoCellTypes
    public bool DataAutoCellTypes {get; set;}

    Property Value

    true if the cell type is set automatically when filling data; otherwise, false
    See Also