عرض أو إخفاء أشرطة التمرير في PHP
Contents
[
Hide
]
Aspose.Cells - عرض أو إخفاء أشرطة التمرير
إخفاء أشرطة التمرير
لإخفاء أشرطة التمرير باستخدام Aspose.Cells Java for PHP ، اتصل بوحدة displayhidescrollbars.
كود PHP
//Instantiating a Excel object by excel file path
$workbook = new Workbook($dataDir . "book1.xls");
//Hiding the vertical scroll bar of the Excel file
$workbook->getSettings()->setVScrollBarVisible(false);
//Hiding the horizontal scroll bar of the Excel file
$workbook->getSettings()->setHScrollBarVisible(false);
//Saving the modified Excel file in default (that is Excel 2003) format
$workbook->save($dataDir . "output.xls");
تحميل رمز التشغيل
تنزيل إظهار أو إخفاء أشرطة التمرير (Aspose.Cells) من أي من مواقع البرمجة الاجتماعية المذكورة أدناه: