Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Features Class / AutoFormatting Property


In This Topic
AutoFormatting Property
In This Topic
Gets or sets a boolean value indicating whether format the cell by the auto-detected number format from the input formula.
Syntax
'Declaration
 
Public Property AutoFormatting As Boolean
 
'Usage
 
Dim instance As Features
Dim value As Boolean
 
instance.AutoFormatting = value
 
value = instance.AutoFormatting
See Also