_Workbook.HighlightChangesOnScreen Property
True if changes to the shared workbook are highlighted on-screen. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property HighlightChangesOnScreen As Boolean
Get
Set
'Usage
Dim instance As _Workbook
Dim value As Boolean
value = instance.HighlightChangesOnScreen
instance.HighlightChangesOnScreen = value
bool HighlightChangesOnScreen { get; set; }
Property Value
Type: System.Boolean