Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / DataAutoCellTypes Property


In This Topic
DataAutoCellTypes Property (SheetView)
In This Topic
Gets or sets whether a bound sheet automatically sets the cell type for the cells in a column.
Syntax
'Declaration
 
Public Property DataAutoCellTypes As Boolean
 
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.DataAutoCellTypes = value
 
value = instance.DataAutoCellTypes
See Also