عرض أو إخفاء أشرطة التمرير في Php

Aspose.Cells - عرض أو إخفاء أشرطة التمرير

إخفاء أشرطة التمرير

لإخفاء أشرطة التمرير باستخدام ملفاتAspose.Cells Java for PHP ، مكالمةأشرطة التمرير وحدة.

كود 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)**من أي من مواقع الترميز الاجتماعي المذكورة أدناه: