DataAutoCellTypes Property (SpreadDataBindingAdapter)
Gets or sets whether the cell type is set automatically when filling data.
public bool DataAutoCellTypes {get; set;}
'Declaration
Public Property DataAutoCellTypes As Boolean
'Usage
Dim instance As SpreadDataBindingAdapter
Dim value As Boolean
instance.DataAutoCellTypes = value
value = instance.DataAutoCellTypes
Property Value
true
if the cell type is set automatically when filling data; otherwise,
false