Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 14,273 for

rows

(0.08 sec)
  1. TxtSaveOptions.PreserveTableLayout | Aspose.Wor...

    Upptäck TxtSaveOptions funktion PreserveTableLayout, som säkerställer att dina tabeller behåller sin layout när de sparas som vanlig text. Förbättra läsbarheten i ditt dokument!... Write ( "Row 1, cell 1" ); builder . InsertCell...InsertCell (); builder . Write ( "Row 1, cell 2" ); builder . EndRow...

    reference.aspose.com/words/sv/net/aspose.words....
  2. DocumentBuilder.RowFormat | Aspose.Words لـ .NET

    استكشف خاصية RowFormat في DocumentBuilder للوصول بسهولة إلى تنسيق صفوف الجدول وتخصيصها لتحسين تصميم المستندات وعرضها.... Write ( "Row 1, cell 1." ); // ابدأ صفًا ثانيًا،...InsertCell (); builder . Write ( "Row 2, cell 1." ); builder . EndTable...

    reference.aspose.com/words/ar/net/aspose.words/...
  3. DocumentBuilder.insertCell method | Aspose.Word...

    DocumentBuilder.insertCell method. Inserts a table cell into the document....start a new cell in the same row, call DocumentBuilder.insertCell()...insertCell() again. To end a table row call DocumentBuilder.endRow()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. إدارة الجدول|وثائق Aspose.Slides لـ Python

    إنشاء وإدارة الجدول في عروض PowerPoint التقديمية باستخدام بايثون...add_table(x, y, column_widths, row_heights) . مرر عبر كل ICell لتطبيق...الحدود لكل خلية for row in range ( len ( tbl . rows )): for cell in...

    docs.aspose.com/slides/ar/python-net/manage-table/
  5. Create Tables|Aspose.Words for Java

    Create tables inside a document easily and fast instead of using Apache POI.... write ( "Row 1, Cell 1 Content." ); // Build...insertCell (); builder . write ( "Row 1, Cell 2 Content." ); // Call...

    docs.aspose.com/words/java/create-tables/
  6. Cell.NextCell | Aspose.Words for .NET

    Discover the NextCell property to easily access the next Cell node, enhancing your data management and streamlining your workflow....of a Row . If a StructuredDocumentTa node is found in a row instead...for ( Row row = table . FirstRow ; row != null ; row = row . NextRow...

    reference.aspose.com/words/net/aspose.words.tab...
  7. اضافه کردن، استخراج، حذف جداول در PDF با استفاد...

    کد منبع جاوا برای کار با جدول در فایل PDF در جاوا و پی اچ پی، دلفی....add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...// Add row to table Aspose . Pdf . Row row = table . Rows . Add...

    products.aspose.com/pdf/fa/java/table/
  8. Aggiungi, estrai, elimina tabelle in PDF usando...

    Codice sorgente Java per lavorare con la tabella in file PDF su Java e PHP, Delphi....add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...// Add row to table Aspose . Pdf . Row row = table . Rows . Add...

    products.aspose.com/pdf/it/java/table/
  9. RowCollection.Item | Aspose.Words per .NET

    Accedi a qualsiasi riga senza problemi con la proprietà RowCollection Item. Recupera rapidamente i dati all'indice desiderato per una gestione dati fluida....indexer Recupera un Row all’indice dato. public Row this [ int index...); RowCollection rows = tables [ i ]. Rows ; // Possiamo usare...

    reference.aspose.com/words/it/net/aspose.words....
  10. Cell.IsFirstCell | Aspose.Words för .NET

    Upptäck egenskapen Cell IsFirstCell, identifiera enkelt den första cellen i raden och förbättra din dataorganisation och effektivitet....) { int rows = 0 ; int columns = 0 ; if ( table . Rows . Count...Count > 0 ) { rows = table . Rows . Count ; columns = table . FirstRow...

    reference.aspose.com/words/sv/net/aspose.words....