<< xls_DeleteWorksheet xls link (Automation) for Scilab xls_ExtendRange >>

xls link (Automation) for Scilab >> xls link (Automation) for Scilab > xls_DisplayAlerts

xls_DisplayAlerts

Set show alerts setting.

Calling Sequence

xls_DisplayAlerts(showFlag)

Parameters

showFlag

%t or %f, to set or unset flag

Description

Set show alerts setting.

Example

xls_NewExcel();
xls_DisplayAlerts(%t);
xls_DisplayAlerts(%f);
xls_Quit();

See Also


Report an issue
<< xls_DeleteWorksheet xls link (Automation) for Scilab xls_ExtendRange >>