Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 14,287 for

rows

(0.11 sec)
  1. الحصول على فهرس الخلايا باستخدام C++|Documentation

    تعلم كيفية الحصول على فهرس الصف أو العمود بواسطة اسم الصف أو العمود أو الخلايا. قم بتحويل اسم الخلية إلى فهرس صف وعمود بصفر بادئ باستخدام Aspose.Cells مع C++....int currRow , currCol ; // Get row and column index of current cell... currCol ); std :: cout << "Row Index: " << currRow << " Column...

    docs.aspose.com/cells/ar/cpp/get-cells-index/
  2. C++を使ってセルとXMLマップの要素をリンクする方法|Documentation

    Aspose.Cellsを使って、セルとXMLマップの要素をリンクする方法を学びます。...GetName (), 0 , 0 , u "/root/row/FIELD1" ); ws . GetCells ()....GetName (), 1 , 1 , u "/root/row/FIELD2" ); // Map FIELD4 and...

    docs.aspose.com/cells/ja/cpp/link-cells-to-xml-...
  3. Changements dans l API publique dans Aspose.Cel...

    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.... Les implémentations de Row & Cell ont changé Dans les versions...versions précédentes, les objets Row et Cell étaient conservés en...

    docs.aspose.com/cells/fr/java/public-api-change...
  4. 使用 Python.NET 设置打印标题|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 配置打印页面上的重复行/列标题。...print_title_rows 和 Worksheet.page_setup.print_title_columns...workbook . worksheets [ 0 ] # Set row 1 as repeating header worksheet...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  5. Привязка листа к набору данных на этапе выполне...

    В данной статье рассматривается, как связать лист с набором данных в GridWeb.... Rows . Add ( 1 , "Grape Juice" ,... "$30.00" ); prodTbl . Rows . Add ( 3 , "Mineral Water" , "$25...

    docs.aspose.com/cells/ru/net/aspose-cells-gridw...
  6. ربط الورقة العمل بمجموعة بيانات أثناء التشغيل ب...

    تقدم هذه المقالة مقدمة حول كيفية ربط ورقة العمل بمجموعة بيانات في GridWeb.... Rows . Add ( 1 , "Grape Juice" ,... "$30.00" ); prodTbl . Rows . Add ( 3 , "Mineral Water" , "$25...

    docs.aspose.com/cells/ar/net/aspose-cells-gridw...
  7. إدراج تعليقات الخلية|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....createSheet (); Row row = sheet . createRow ( 3 ); Cell cell = row . createCell...setRow1 ( row . getRowNum ()); anchor . setRow2 ( row . getRowNum...

    docs.aspose.com/cells/ar/java/insert-cell-comme...
  8. Wie man den eingefrorenen Zustand ohne Excel mi...

    In diesem Artikel erfahren Sie, wie Sie den eingefrorenen Zustand eines Excel Arbeitsblatts programmatisch mit Node.js und C++ Bibliothek überprüfen....let row , column , rows , columns ; // Gets locked rows and columns...) => { row = value [ 0 ]; column = value [ 1 ]; rows = value...

    docs.aspose.com/cells/de/nodejs-cpp/how-to-chec...
  9. Ändern der Schriftart und Farbe einer Zeile ode...

    Dieser Artikel zeigt, wie die Schriftart und Farbe in einer Zeile oder Spalte in GridDesktop geändert werden können....first row of the worksheet GridRow row = sheet . Rows [ 0 ];...to the customized Font object row . SetFont ( font ); //Setting...

    docs.aspose.com/cells/de/net/aspose-cells-gridd...
  10. Infoga cellkommentarer|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....createSheet (); Row row = sheet . createRow ( 3 ); Cell cell = row . createCell...setRow1 ( row . getRowNum ()); anchor . setRow2 ( row . getRowNum...

    docs.aspose.com/cells/sv/java/insert-cell-comme...