Sort Score
Result 10 results
Languages All
Labels All
Results 6,101 - 6,110 of 19,023 for

rows

(1.43 sec)
  1. Работа с цветами|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....BigSpots ; IRow row = ws . CreateRow ( 0 ); ICell cell = row . CreateCell...FillPattern . SolidForeground ; cell = row . CreateCell ( 2 ); cell . SetCellValue...

    docs.aspose.com/cells/ru/net/working-with-colors/
  2. Travailler avec les couleurs|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....BigSpots ; IRow row = ws . CreateRow ( 0 ); ICell cell = row . CreateCell...FillPattern . SolidForeground ; cell = row . CreateCell ( 2 ); cell . SetCellValue...

    docs.aspose.com/cells/fr/net/working-with-colors/
  3. Insert Sparklines in Excel using C#

    This article provides a guide on how to insert sparklines in Excel using C#. It has IDE settings, steps, and a sample code to display sparklines charts using C#....providing the start row, start column, end row, and end column Add...by providing the data range, row, and column Create a color using...

    kb.aspose.com/cells/net/insert-sparklines-in-ex...
  4. Odso.FirstRowContainsColumnNames | Aspose.Words...

    Discover the Odso FirstRowContainsColumnNames property, which allows apps to recognize the first data row as headers, enhancing data clarity and usability....application shall treat the first row of data in the specified external...external data source as a header row containing the names of each...

    reference.aspose.com/words/net/aspose.words.set...
  5. Extract Text from a Table in OneNote using C#

    Wyodrębnij tekst z tabeli w OneNote za pomocą C# i Aspose.Note for .NET. Dowiedz się, jak wyodrębnić tekst z całych tabel, konkretnych wierszy lub poszczególnych komórek....poziomach: Cała tabela A specific row Pojedyncza komórka Przejdźmy...wiersze tabeli foreach (TableRow row in table) { rowCount++; // Retrieve...

    blog.aspose.com/pl/note/extract-text-from-table...
  6. חלץ טקסט מטבלה ב-OneNote באמצעות C#

    מְשָׁלֵף טֶקְסְט מִטָּבָּלָה ב-OneNote באמצעות C# עם Aspose.Note ל-.NET. למד כיצד לחלץ טקסט מכלל הטבלאות, שורות ספציפיות, או תאים בודדים....Extract and display text from each row. הדוגמה הבאה בקוד מראה איך לחלץ...שורות הטבלה foreach (TableRow row in table) { rowCount++; // Retrieve...

    blog.aspose.com/he/note/extract-text-from-table...
  7. العمل مع الجداول في ملفات PDF الموسومة|Aspose.P...

    تشرح هذه المقالة كيفية العمل مع الجدول في مستند PDF الموسوم باستخدام Aspose.PDF for Java.... setAlternativeText ( "Head Row" ); headTrElement . setBackgroundColor...setAlternativeText ( String . format ( "Row %s" , rowIndex )); for ( colIndex...

    docs.aspose.com/pdf/ar/java/working-with-table-...
  8. تلقائي يناسب الصفوف والأعمدة باستخدام C++|Docum...

    يوضح هذا المقال كيفية ضبط تلقائي للصفوف والأعمدة وصفوف الخلايا المدمجة وصفوف في نطاق خلايا باستخدام واجهة برمجة التطبيقات Aspose.Cells for C++....Get ( 0 ); // Auto-fit the 2nd row (index 1) of the worksheet worksheet...outputFilePath ); std :: cout << "Row auto-fitted and file saved successfully...

    docs.aspose.com/cells/ar/cpp/autofit-rows-and-c...
  9. PDFフォームを埋めるためにExcelデータをエクスポート|Aspose.PDF for .NET

    このセクションでは、AutoFillerクラスを使用してPDFフォームを埋めるためにExcelワークシートデータをエクスポートする方法を説明します。...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/ja/net/export-excel-workshe...
  10. 既存のPDFでテーブルを操作する|Aspose.PDF for C++

    このセクションでは、Aspose.PDF for C++を使用したテーブルの修正方法について説明します...Cpp/Table/Row.h> #include <Aspose.PDF.Cpp/Table/Rows.h> #include...)); auto row = newTable -> get_Rows () -> Add (); row -> get_Cells...

    docs.aspose.com/pdf/ja/cpp/manipulate-tables-in...