_Application.EnableAnimations Property
True if animated insertion and deletion is enabled.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property EnableAnimations As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.EnableAnimations
instance.EnableAnimations = value
bool EnableAnimations { get; set; }
Property Value
Type: System.Boolean
Remarks
When animation is enabled, inserted worksheet rows and columns appear slowly, and deleted worksheet rows and columns disappear slowly.