_Workbook.VBASigned Property
True if the Visual Basic for Applications project for the specified workbook has been digitally signed. Read-only Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property VBASigned As Boolean
Get
'Usage
Dim instance As _Workbook
Dim value As Boolean
value = instance.VBASigned
bool VBASigned { get; }
Property Value
Type: System.Boolean