Sort Score
Result 10 results
Languages All
Labels All
Results 5,761 - 5,770 of 19,022 for

rows

(0.37 sec)
  1. Экспорт данных Excel для заполнения формы PDF|A...

    В этом разделе объясняется, как можно экспортировать данные листа Excel для заполнения формы PDF с помощью класса AutoFiller....Exporting the contents of 7 rows and 2 columns starting from...DataRow row ; for ( int i = 1 ; i <= 4 ; i ++) { row = table...

    docs.aspose.com/pdf/ru/net/export-excel-workshe...
  2. Binding Worksheet to a Customized Collection Ob...

    This article introduces how to bind a worksheet to a collection in GridWeb....triggered whenever a new bound row is added to the worksheet. We...zero (0) whenever a new bound row is added to the GridWeb control...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  3. Archiwa

    Archiwa...wierszy for (int row_count = 1; row_count < 10; row_count++) { //...// dodaj wiersz do tabeli Row row = table.getRows().add(); //...

    blog.aspose.com/pl/pdf/create-pdf-files-in-java/
  4. أرشيف

    أرشيف...صفوف for (int row_count = 1; row_count < 10; row_count++) { //...// أضف صفًا إلى الجدول Row row = table.getRows().add(); // أضف...

    blog.aspose.com/ar/pdf/create-pdf-files-in-java/
  5. Создание таблицы на слайде PowerPoint в VSTO и ...

    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 row in tbl . Rows ) { i = i + 1 ; j =...( PowerPoint . Cell cell in row . Cells ) { j = j + 1 ; //Получить...

    docs.aspose.com/slides/ru/net/creating-a-table-...
  6. 行和列的分组和取消分组|Documentation

    本文演示了如何使用Aspose.Cells for Python via .NET API来对行和列进行分组和取消分组。...如何对行和列进行分组 通过调用 Cells 集合的 group_rows 和 group_columns 方法,可以对行或列进行分组。这两种方法都带有以下参数:...如何将汇总行放置在细节下方 可以通过将 Outline 类的 summary_row_below 属性设置为 true 或 false 来控制是否在详细信息下方显示摘要行。...

    docs.aspose.com/cells/zh/python-net/grouping-an...
  7. Working with GridWeb Events|Documentation

    This article introduces how to work with different kinds of events in GridWeb....Occurs when a user deletes a row from a worksheet using client‑side...a user is trying to delete a row from a worksheet using client‑side...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. إنشاء نطاق مسمى|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....; for ( int row = 0 ; row < range . RowCount ; row ++) { for (...ColumnCount ; column ++) { range [ row , column ]. PutValue ( "Test"...

    docs.aspose.com/cells/ar/net/creating-a-named-r...
  9. Aspose::Words::ConditionalStyleCollection::Clea...

    Aspose::Words::ConditionalStyleCollection::ClearFormatting method. Clears all conditional styles of the table style in C++....builder -> Write ( u "First row" ); builder -> EndRow (); builder...(); builder -> Write ( u "Last row" ); builder -> EndTable (); auto...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Cacher et afficher des lignes et des colonnes a...

    Apprenez comment cacher et afficher des lignes et des colonnes dans une feuille de calcul en utilisant Aspose.Cells for JavaScript via C++....head > < body > < h1 > Hide Row and Column Example </ h1 > <...get ( 0 ); // Hiding the 3rd row of the worksheet worksheet ....

    docs.aspose.com/cells/fr/javascript-cpp/hiding-...