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
public bool AutoFormatting {get; set;}
See Also