Share via


AutoCorrect.AutoFillFormulasInLists Property

Affects the creation of calculated columns created by automatic fill-down lists. Read/write Boolean.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property AutoFillFormulasInLists As Boolean
    Get
    Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean

value = instance.AutoFillFormulasInLists

instance.AutoFillFormulasInLists = value
bool AutoFillFormulasInLists { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

The property does not affect existing calculated columns or calculated columns created where auto-fill did not occur.

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.Excel Namespace