_Worksheet.ClearArrows Method
Clears the tracer arrows from the worksheet. Tracer arrows are added by using the auditing feature.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ClearArrows
'Usage
Dim instance As _Worksheet
instance.ClearArrows()
void ClearArrows()