Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 19,021 for

rows

(0.22 sec)
  1. إنشاء جدول على شريحة PowerPoint في VSTO و Aspos...

    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....all the rows foreach ( PowerPoint . Row row in tbl . Rows ) { i...cells in the row foreach ( PowerPoint . Cell cell in row . Cells )...

    docs.aspose.com/slides/ar/net/creating-a-table-...
  2. Inserting Table|Aspose.Words for .NET

    Insert a table into a document and modify it easily and fast instead of using VSTO in C#.... Write ( "Row 1, Cell 1 Content." ); // Build...InsertCell (); builder . Write ( "Row 1, Cell 2 Content." ); // Call...

    docs.aspose.com/words/net/inserting-table/
  3. Usando LightCells API con C++|Documentation

    Aprende cómo usar la LightCells API en C++ para leer y escribir archivos Excel grandes de manera eficiente con un uso mínimo de memoria....entonces se proporciona un objeto Row que representa esa fila para...propiedades mediante StartRow(Row) . Para una fila, primero se...

    docs.aspose.com/cells/es/cpp/using-lightcells-api/
  4. Archivo

    Archivo...Rows.Add() . Agregue la tabla a la...filas for (int row_count = 1; row_count < 10; row_count++) { //...

    blog.aspose.com/es/pdf/create-pdf-files-using-c...
  5. TableCollection Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.Tables.TableCollection för enkel, maskinskriven åtkomst till tabellnoder, vilket förbättrar effektiviteten och flexibiliteten vid dokumentbehandling.... Rows . Count ); Assert . AreEqual...AreEqual ( 4 , tables [ 1 ]. Rows . Count ); foreach ( Table table in...

    reference.aspose.com/words/sv/net/aspose.words....
  6. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Manipulate tables in existing PDF file and replace old table with a new one in PDF document with Aspose.PDF for Java.... 1F )); Row row = newTable . getRows (). add (); row . getCells..."Col 1" ); row . getCells (). add ( "Col 2" ); row . getCells...

    docs.aspose.com/pdf/java/manipulate-tables-in-e...
  7. PHPで行の高さと列の幅を調整|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....PHPコード public static function set_row_height ( $dataDir ) { # Instantiating...Setting the height of the second row to 13 $cells -> setRowHeight...

    docs.aspose.com/cells/ja/java/adjusting-row-hei...
  8. Panoramica della tabella|Aspose.Words per Java

    Lavora con le tabelle e i loro componenti come celle, righe, colonne in Aspose.Words per Java. Come lavorare con le tabelle in Java....composta da elementi come Cell , Row e Column . Questi sono concetti...contenuto: Table contiene molti nodi Row . La tabella fornisce tutti i...

    docs.aspose.com/words/it/java/table-overview/
  9. استخراج جدول من مستند PDF|Aspose.PDF لـ Python ...

    يجعل Aspose.PDF لـ Python عبر .NET من الممكن تنفيذ عمليات مختلفة مع الجداول الموجودة في مستند PDF الخاص بك....table_list : for row in table . row_list : for cell in row . cell_list...

    docs.aspose.com/pdf/ar/python-net/extract-table...
  10. 将源范围行高度复制到目标范围|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....ROW_HEIGHTS 枚举。设置 PasteOptions.setPasteType()...setPasteType() 属性为 PasteType.ROW_HEIGHTS 时,源范围内所有行的行高将被复制到目标范围。...

    docs.aspose.com/cells/zh/java/copy-row-heights-...