Sort Score
Result 10 results
Languages All
Labels All
Results 5,331 - 5,340 of 19,001 for

rows

(0.29 sec)
  1. Gérer les lignes et les colonnes des tableaux P...

    Gérez les lignes et les colonnes des tableaux PowerPoint avec Aspose.Slides pour C++ et accélérez la modification des présentations ainsi que les mises à jour des données....Defines columns with widths and rows with heights System :: ArrayPtr...int x = 0 ; x < table -> get_Rows () -> get_Count (); x ++ ) {...

    docs.aspose.com/slides/fr/cpp/manage-rows-and-c...
  2. Archivo

    Archivo...basados en cero) start_row = 0 # e.g., Row 1 start_column = 0 #...# e.g., Column A end_row = 99 # e.g., Row 100 end_column = 10...

    blog.aspose.com/es/cells/delete-duplicate-rows-...
  3. Verwendung der LightCells API mit C++|Documenta...

    Lernen Sie, wie Sie die LightCells API in C++ verwenden, um große Excel Dateien effizient mit minimalem Speicherverbrauch zu lesen und zu schreiben....speichernden Zeilen sein), wird ein Row -Objekt, das diese Zeile repräsentiert...Eigenschaften durch StartRow(Row) festzulegen. Für eine Zeile...

    docs.aspose.com/cells/de/cpp/using-lightcells-api/
  4. Скрытие и отображение строк и столбцов с помощь...

    Узнайте, как скрывать и показывать строки и столбцы в листе с помощью Aspose.Cells for JavaScript через C++....head > < body > < h1 > Hide Row and Column Example </ h1 > <...get ( 0 ); // Hiding the 3rd row of the worksheet worksheet ....

    docs.aspose.com/cells/ru/javascript-cpp/hiding-...
  5. Använder LightCells API med Node.js via C++|Doc...

    Lär dig hur du läser och skriver stora Excel filer med LightCells API i Node.js via C++. Förbättra prestanda och effektivitet med mindre minnesförbrukning....dess egenskaper med StartRow(Row) . För en rad kontrolleras först...maxColumns = maxColumns ; this . _row = - 1 ; this . _column = - 1...

    docs.aspose.com/cells/sv/nodejs-cpp/using-light...
  6. Добавить комментарии в электронную таблицу в 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....getSheetData (); // Now add Row row = Context . getsmlObjectFactory...setV ( "1234" ); row . getC (). add ( cell ); row . getC (). add...

    docs.aspose.com/cells/ru/java/add-comments-in-s...
  7. xlsx4j ile Elektronik Tabloda Yorum Ekle|Docume...

    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....getSheetData (); // Now add Row row = Context . getsmlObjectFactory...setV ( "1234" ); row . getC (). add ( cell ); row . getC (). add...

    docs.aspose.com/cells/tr/java/add-comments-in-s...
  8. 布局收集器问题 - Free Support Forum - aspose.com

    我需要通过文档布局收集器获取表格相对于页面的坐标,但是获取到的布局收集器是空的,为什么?怎么解决? // 获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (table.Document is not Document document) return (null, null); // 确保布局信息是最新的 document.UpdatePageLayout(); // 创建布局收集器和枚举器 Layou…...MinValue; foreach (Row row in table.Rows) { // Get the layout...= layoutCollector.GetEntity(row.FirstCell.FirstParagraph); enumerator...

    forum.aspose.com/t/topic/311958
  9. Манипуляция таблицами в существующем PDF|Aspose...

    Узнайте, как работать с таблицами в существующих PDF-документах, используя Aspose.PDF for .NET, обеспечивая гибкость в модификации документов....All , 1F ); Row row = newTable . Rows . Add (); row . Cells . Add...( "Col 1" ); row . Cells . Add ( "Col 2" ); row . Cells . Add...

    docs.aspose.com/pdf/ru/net/manipulate-tables-in...
  10. 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/