Sort Score
Result 10 results
Languages All
Labels All
Results 8,301 - 8,310 of 19,468 for

rows

(0.15 sec)
  1. Jak dodać wiersze do tabeli w dokumencie MS Wor...

    Samouczek krok po kroku, jak dodawać wiersze do tabeli w dokumencie MS Word przy użyciu języka C#. Programowo wstaw wiersze w określonym indeksie lub użyj tabeli Aspose Words dodaj wiersz na końcu kolekcji wierszy tabeli....wiersze Utwórz nowy obiekt klasy Row lub sklonuj istniejący wiersz...wiersze na końcu kolekcji Table.Rows Lub użyj metody RowCollection...

    kb.aspose.com/pl/words/net/how-to-add-rows-to-t...
  2. نحوه ایجاد جدول در سند ورد با استفاده از سی شارپ

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

    kb.aspose.com/fa/words/net/how-to-create-table-...
  3. CellFormat.LeftPadding | Aspose.Words för .NET

    Upptäck egenskapen CellFormat LeftPadding för att enkelt justera vänsteravstånd i punkter, vilket förbättrar cellinnehållets utseende och läsbarhet.... Write ( "Row 1, cell 1." ); // Infoga en andra...BottomPadding = 30 ; builder . Write ( "Row 1, cell 2." ); builder . EndRow...

    reference.aspose.com/words/sv/net/aspose.words....
  4. Cell.is_last_cell property | Aspose.Words for P...

    Cell.is_last_cell property. True if this is the last cell inside a row; false otherwise....this is the last cell inside a row; false otherwise. @property def...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Изменения в открытом API в Aspose.Cells 16.10.0...

    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.... Name , 0 , 0 , "/root/row/FIELD1" ); sheet . Cells . LinkToXmlMap...map . Name , 1 , 1 , "/root/row/FIELD2" ); // Map FIELD4 and...

    docs.aspose.com/cells/ru/net/public-api-changes...
  6. 記録

    記録...int row = i + 1 + 1; // Start from row 2 sheet.Cells[row, 0]...0]); // Task Name sheet.Cells[row, 1].PutValue(DateTime.Parse(tasks[i...

    blog.aspose.com/ja/cells/create-gantt-chart-in-...
  7. Get Paragraph Bounds from Presentations in C++|...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for C++ to optimize text positioning in PowerPoint presentations....0 )); auto cell = tbl -> get_Rows () -> idx_get ( 1 ) -> idx_get...tbl -> get_X () + tbl -> get_Rows () -> idx_get ( 1 ) -> idx_get...

    docs.aspose.com/slides/cpp/paragraph/
  8. How to Create Dynamic Scrolling Chart with C++|...

    Learn how to create a dynamic scrolling chart using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to implement smooth data transitions and automatic scrolling in your chart for a continuous and updated display....; 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/cpp/create-dynamic-scroll...
  9. كيفية إنشاء رسم بياني للتصفح التلقائي باستخدام ...

    تعلم كيفية إنشاء رسم بياني للتصفح التلقائي باستخدام Aspose.Cells for C++. دليل خطوة بخطوة سيظهر كيفية تنفيذ انتقالات بيانات سلسة والتصفح التلقائي في المخطط الخاص بك لعرض مستمر ومحدث....; 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/ar/cpp/create-dynamic-scr...
  10. كيف تعيين عناوين الطباعة باستخدام Node.js عبر C...

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

    docs.aspose.com/cells/ar/nodejs-cpp/how-to-set-...