Spread WinForms 15
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

Property Value

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