Sort Score
Result 10 results
Languages All
Labels All
Results 8,231 - 8,240 of 30,493 for

worksheet

(0.16 sec)
  1. تحديد ما إذا كان حجم ورقة العمل تلقائياً باستخد...

    توضح هذه المقالة كيفية استخدام كود عينة من واجهة برمجة التطبيقات أو المكتبة لـ C++ لتحديد ما إذا كان حجم الورق للورقة العمل تلقائيًا....IsAutomaticPaperSize من فئة Worksheet . تحديد ما إذا كان حجم الورق...Access the first worksheet of both workbooks Worksheet ws11 = wb1 ...

    docs.aspose.com/cells/ar/cpp/determine-if-paper...
  2. Trabajando con colores|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Worksheets . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Accessing cell from the worksheet Cell...

    docs.aspose.com/cells/es/net/working-with-colors/
  3. Renklerle Çalışmak|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Worksheets . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Accessing cell from the worksheet Cell...

    docs.aspose.com/cells/tr/net/working-with-colors/
  4. Lavorare con i colori|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Worksheets . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Accessing cell from the worksheet Cell...

    docs.aspose.com/cells/it/net/working-with-colors/
  5. Importation à partir de DataTable|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Workbook (); //Adding a new worksheet to the Workbook object int...int i = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/fr/net/importing-from-dat...
  6. 制限とAPIの違い|Documentation

    Aspose.Cells for PHP via Java の制限とAPIの違い...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...worksheet = worksheets . get ( 0 ); Cell cell = worksheet . getCells...

    docs.aspose.com/cells/ja/php-java/limitations-a...
  7. Seitenumbrüche verwalten in Python|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/de/java/managing-page-bre...
  8. إدارة كسر الصفحات في Jython|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/ar/java/managing-page-bre...
  9. Hantera sidbrytningar i Jython|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/sv/java/managing-page-bre...
  10. رسم بياني إلى صورة باستخدام C++|Documentation

    تعلم كيفية استخدام Aspose.Cells for C++ لتحويل رسم بياني إلى تنسيق صورة، مثل JPEG أو PNG. سيرينا دليلنا كيفية تصدير رسم بياني من مايكرسوفت إكسل وحفظه كصورة مستقلة للاستخدام والمعالجة لاحقًا....Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...the newly added worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/ar/cpp/chart-to-image/