Workbook
HasMacros Property
|
Indicates whether contains VBA macros.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasMacros { get; set; }
Public Property HasMacros As Boolean
Get
Set
public:
property bool HasMacros {
bool get ();
void set (bool value);
}
member HasMacros : bool with get, set
Property Value
Type:
Boolean
See Also