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

rows

(0.2 sec)
  1. CellCollection.ToArray | Aspose.Words لـ .NET

    قم بتحويل CellCollection إلى مصفوفة جديدة بسهولة باستخدام طريقة ToArray، مما يؤدي إلى تبسيط إدارة البيانات وتعزيز الأداء....); RowCollection rows = tables [ i ]. Rows ; // يمكننا استخدام...AreEqual ( rows , rows . ToArray ()); Assert . AreNotSame ( rows , rows...

    reference.aspose.com/words/ar/net/aspose.words....
  2. Créer ou Ajouter une Table dans un PDF en utili...

    Aspose.PDF pour Python via .NET est une bibliothèque utilisée pour créer, lire et éditer des Tables PDF. Consultez d'autres fonctions avancées dans ce sujet....classes nommées Table , Cell , et Row qui fournissent des fonctionnalités...boucle pour ajouter 10 lignes for row_count in range ( 0 , 10 ): #...

    docs.aspose.com/pdf/fr/python-net/add-table-in-...
  3. 在 PDF 中创建或添加表格使用 Python|Aspose.PDF for Python v...

    Aspose.PDF for Python via .NET 是一个用于创建、读取和编辑 PDF 表格的库。在此主题中查看其他高级功能。...PDF 命名空间包含名为 Table 、 Cell 和 Row 的类,这些类提供了从头创建 PDF 文档时创建表格的功能。...创建一个循环以添加10行 for row_count in range ( 0 , 10 ): # 向表中添加行 row = table ...

    docs.aspose.com/pdf/zh/python-net/add-table-in-...
  4. DocumentBuilder.RowFormat | Aspose.Words för .NET

    Utforska egenskapen RowFormat i DocumentBuilder för att enkelt komma åt och anpassa tabellradsformatering för förbättrad dokumentdesign och presentation.... Write ( "Row 1, cell 1." ); // Starta en andra...InsertCell (); builder . Write ( "Row 2, cell 1." ); builder . EndTable...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. ワークシート内のGridRowにアクセス|Documentation

    この記事では、GridWebのワークシート内の行オブジェクト(GridRow)の取得方法について紹介します。...GridRow row in cells . Rows ) { Console . WriteLine ( row . Index...Index + " " + row . Height ); } 以下のコードを比較すると、nullであってもすべての行オブジェ...

    docs.aspose.com/cells/ja/net/aspose-cells-gridw...
  6. 用 C++ 获取行中的最大列索引和列中的最大行索引|Documentation

    了解如何通过Aspose.Cells for C++ API获取行中的最大列索引和列中的最大行索引。...要获取某行的最大列索引,你可以使用 Row.GetLastCell() 和 Row.GetLastDataCell() 属性,然后用...提供以下属性和方法,帮助您实现目标。 Row.GetLastCell() Row.GetLastDataCell() Cell...

    docs.aspose.com/cells/zh/cpp/get-max-index-in-r...
  7. Dodawanie, wyodrębnianie, usuwanie tabel w form...

    Prosty kod źródłowy demo do pracy z tabelą w pliku PDF na dowolnej platformie z językiem C++....add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...{ // Add row to table auto row = table -> get_Rows () -> Add...

    products.aspose.com/pdf/pl/cpp/table/
  8. RowCollection Class | Aspose.Words per .NET

    Esplora Aspose.Words.Tables.RowCollection per un accesso efficiente ai nodi Row. Migliora l'elaborazione dei documenti con le nostre potenti funzionalità di raccolta tipizzata....tipizzato a una raccolta di Row nodi. Per saperne di più, visita...raccolta. Item { get; } Recupera un Row all’indice dato. (2 indexers)...

    reference.aspose.com/words/it/net/aspose.words....
  9. Table.ConvertToHorizontallyMergedCells | Aspose...

    Scopri come il metodo ConvertToHorizontallyMergedCells trasforma le celle unite in orizzontale, migliorando l'organizzazione dei tuoi dati.... Tables [ 0 ]; Row row = table . Rows [ 0 ]; Assert . AreEqual...AreEqual ( 5 , row . Cells . Count ); Assert . True ( row . Cells ...

    reference.aspose.com/words/it/net/aspose.words....
  10. Sammanfoga två intilliggande celler|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....IEnumerable < Row > rows = worksheet . Descendants < Row >(). Where...contain the specified row, create the specified row. // Create the specified...

    docs.aspose.com/cells/sv/net/merge-two-adjacent...