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. استبدال النص في PDF عبر بايثون|Aspose.PDF لـ Py...

    تعرف على المزيد حول الطرق المختلفة لاستبدال وإزالة النص من Aspose.PDF لبايثون عبر مكتبة .NET....ثم خلايا في الصفوف Row row3 = tab2 . Rows . Add (); row3 . Cells...ثم خلايا في الصفوف Row row1 = table . Rows . Add (); row1 . Cells...

    docs.aspose.com/pdf/ar/python-net/replace-text-...
  8. Reemplazar Texto en PDF a través de Python|Aspo...

    Aprende más sobre varias formas de reemplazar y eliminar texto de Aspose.PDF para Python a través de la biblioteca .NET....celdas en las filas Row row3 = tab2 . Rows . Add (); row3 . Cells...celdas en las filas Row row1 = table . Rows . Add (); row1 . Cells...

    docs.aspose.com/pdf/es/python-net/replace-text-...
  9. 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/
  10. 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...