Sort Score
Result 10 results
Languages All
Labels All
Results 7,841 - 7,850 of 18,869 for

rows

(0.1 sec)
  1. Работа с колони и редове в C++|Aspose.Words за C++

    Работа с части от таблица – редове, колони и клетки, използващи C++. Посочете Заглавния Ред C++....(DOM), Table възел се състои от Row възли и след това Cell възли...тази функционалност.: Allow row break across pages , който се...

    docs.aspose.com/words/bg/cpp/working-with-colum...
  2. Stampa fogli di calcolo|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...."$A:$B" ; //Defining row numbers 1 & 2 as title rows pageSetup . PrintTitleRows...= true ; //Allowing to print row/column headings pageSetup . PrintHeadings...

    docs.aspose.com/cells/it/net/print-spreadsheets/
  3. C++ ile Dinamik Kaydırmalı Grafik Nasıl Oluştur...

    Aspose.Cells for C++ kullanarak dinamik kaydırmalı grafik oluşturmayı öğrenin. Adım adım kılavuzumuz, grafiklerde düzgün veri geçişleri ve otomatik kaydırma uygulamaya nasıl yapacağınızı gösterecek....; i ++ ) { int row = i + 1 ; cells . Get ( row , 0 ). PutValue...PutValue ( i + 1 ); cells . Get ( row , 1 ). PutValue ( 50 * ( i % 2...

    docs.aspose.com/cells/tr/cpp/create-dynamic-scr...
  4. كيفية تعيين عناوين الطباعة باستخدام C++|Documen...

    توضح لك هذه المقالة رمز برمجي يشرح كيفية تعيين عناوين الطباعة باستخدام مكتبة Aspose.Cells مع C++....0 ); // Set rows to repeat at the top (e.g., rows 1 and 2) worksheet...sheets . Get ( 0 ); // Clear the rows and columns set to repeat PageSetup...

    docs.aspose.com/cells/ar/cpp/how-to-set-print-t...
  5. Table cell backgrounds lost in PDF to PPTX conv...

    We’re experiencing an issue when converting PDF files to PPTX using Aspose.PDF’s Document.save() method with SaveFormat.Pptx. Table cells in the first row lose their background colors, particularly when they are adjacent…... Table cells in the first row lose their background colors...particularly affects cells in the first row Cells adjacent to those with...

    forum.aspose.com/t/table-cell-backgrounds-lost-...
  6. 检测空工作表|Documentation

    本文提供了示例代码,说明如何使用 Aspose.Cells for Python via .NET 库程序化检测Excel工作簿中的空白工作表。...max_data_row 或 Cells.max_data_column 属性。如...的单元格。在这种情况下, Cells.max_data_row 或 Cells.max_data_column 属性会返回...

    docs.aspose.com/cells/zh/python-net/detecting-e...
  7. Как и где использовать перечислители|Documentation

    Узнайте, как и где использовать перечислители через API Aspose.Cells for .NET....GetEnumerator Row.GetEnumerator Range.GetEnumerator...ячейке в цикле в виде Cells row, column заставит создавать все...

    docs.aspose.com/cells/ru/net/how-and-where-to-u...
  8. Combina più fogli di lavoro in un singolo fogli...

    Impara come combinare più fogli di lavoro in uno utilizzando Aspose.Cells con C++....//Variable to maintain total row count during copy int32_t totalRowCount...sourceRange ); //Update the total row count for the next iteration...

    docs.aspose.com/cells/it/cpp/combine-multiple-w...
  9. Create Gantt Chart in Excel using C#

    This quick guide explains how to create Gantt chart in Excel using C#. It has details to set the IDE, a list of steps, and a sample code to develop a Gantt chart maker using C#....baseline and insert each task row with the offset and duration...worksheet columns, freeze the header row, and apply a built-in table style...

    kb.aspose.com/cells/net/create-gantt-chart-in-e...
  10. نحوه ایجاد جدول در سند ورد با استفاده از سی شارپ

    آموزش گام به گام نحوه ایجاد جدول در سند Word با استفاده از کد سی شارپ. با استفاده از C# با کلاس های Aspose DocumentBuilder و DOM جدولی را به صورت برنامه ای در Word ایجاد کنید....Rows.Cells.Add برای افزودن سلول ها...با استفاده از کلاس های Table، Row، Cell و Paragraph ارائه می کند...

    kb.aspose.com/fa/words/net/how-to-create-table-...