Removed @true typo from code
This commit is contained in:
parent
9ae41a0f00
commit
ab1ffb0c7c
@ -389,7 +389,7 @@ public:
|
||||
@code
|
||||
wxAutomationObject excelObject;
|
||||
if (excelObject.GetInstance("Excel.Application"))
|
||||
excelObject.PutProperty("ActiveCell.Font.Bold", @true);
|
||||
excelObject.PutProperty("ActiveCell.Font.Bold", true);
|
||||
@endcode
|
||||
|
||||
Note that this class obviously works under Windows only.
|
||||
|
Loading…
Reference in New Issue
Block a user