Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 14,276 for

rows

(0.07 sec)
  1. TextOrientation Enum | Aspose.Words لـ .NET

    اكتشف Aspose.Words.TextOrientation enum للتحكم بسهولة في محاذاة النص في خلايا الجدول وإطارات النص، مما يعزز عرض المستند وقابليته للقراءة.... Write ( "Row 1, cell 1." ); builder . InsertCell...InsertCell (); builder . Write ( "Row 1, cell 2." ); builder . EndRow...

    reference.aspose.com/words/ar/net/aspose.words/...
  2. TextOrientation Enum | Aspose.Words för .NET

    Upptäck Aspose.Words.TextOrientation enum för att enkelt kontrollera textjustering i tabellceller och textramar, vilket förbättrar dokumentpresentationen och läsbarheten.... Write ( "Row 1, cell 1." ); builder . InsertCell...InsertCell (); builder . Write ( "Row 1, cell 2." ); builder . EndRow...

    reference.aspose.com/words/sv/net/aspose.words/...
  3. Gestionar Celdas|Documentación de Aspose.Slides...

    Celdas de tabla en presentaciones de PowerPoint en Python... rows )): for j in range ( len ( table...columns )): currentCell = table . rows [ i ][ j ] if currentCell ....

    docs.aspose.com/slides/es/python-net/manage-cells/
  4. Импорт из 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....Int32 )); //Creating an empty row in the DataTable object DataRow...NewRow (); //Adding data to the row dr [ 0 ] = 1 ; dr [ 1 ] = "Aniseed...

    docs.aspose.com/cells/ru/net/importing-from-dat...
  5. Table.LastRow | Aspose.Words لـ .NET

    اكتشف خاصية Table LastRow للوصول بسهولة إلى عقدة الصف الأخيرة في جدولك، مما يعزز إدارة البيانات وكفاءتها....property يعيد آخر Row عقدة في الجدول. public Row LastRow { get ;...AreEqual ( 5 , tables [ 0 ]. Rows . Count ); Assert . AreEqual...

    reference.aspose.com/words/ar/net/aspose.words....
  6. Cell.NextCell | Aspose.Words för .NET

    Upptäck NextCell-egenskapen för att enkelt komma åt nästa Cell-nod, vilket förbättrar din datahantering och effektiviserar ditt arbetsflöde....skrivåtkomst till celler i en Row Om a StructuredDocumentTa Om...for ( Row row = table . FirstRow ; row != null ; row = row . NextRow...

    reference.aspose.com/words/sv/net/aspose.words....
  7. 创建或添加表格到PDF|Aspose.PDF for Java

    学习如何在PDF文档中创建或添加表格,应用单元格样式,拆分表格到页面上,并自定义行和列等。...PDF 命名空间包含名为 Table 、 Cell 和 Row 的类,这些类提供了在从头生成PDF文档时创建表格的功能。...创建一个循环来添加10行 for ( int row_count = 1 ; row_count < 10 ; row_count ++ ) {...

    docs.aspose.com/pdf/zh/java/add-table-in-existi...
  8. Kopiera rader och kolumner 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....RowsAndColumns ' # Copying Rows self . copy_rows () # Copying Columns...self . copy_columns () def copy_rows ( dataDir ): dataDir = Settings...

    docs.aspose.com/cells/sv/java/copying-rows-and-...
  9. Maximale unterstützte Zeilen und Spalten für XL...

    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.... log ( "Maximum Rows and Columns supported by XLS...Excel97To2003 ); // Print the maximum rows and columns supported by XLS...

    docs.aspose.com/cells/de/nodejs-cpp/find-maximu...
  10. 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....RowsAndColumns ' # Auto Fit Row self . autofit_row () # Auto Fit Column...autofit_column () def autofit_row ( dataDir ): dataDir = Settings...

    docs.aspose.com/cells/ja/java/autofit-rows-and-...