Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 246,697 for

cells

(0.84 sec)
  1. Table|Aspose.Slides for PHP Documentation

    Create and format tables in PHP with Aspose.Slides: insert data, merge Cells, style borders, align content, and import/export for PPT, PPTX and ODP....removing them, and merging cells using Aspose.Slides for PHP...(); } } Merge Table Cells Merge adjacent cells of a table into a...

    docs.aspose.com/slides/php-java/examples/elemen...
  2. Table.SetBorders | Aspose.Words for .NET

    Customize your tables effortlessly with the SetBorders method, adjusting line style, width, and color for a polished, professional look....); // Create a row with two cells with different background colors...builder . Writeln ( "Row 1, Cell 1." ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Table.setBorders method | Aspose.Words for Node.js

    Table.setBorders method. Sets all table borders to the specified line style, width and color....); // Create a row with two cells with different background colors...builder . writeln ( "Row 1, Cell 1." ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. sample.xlsx

    Sheet1 Insert 2021-11-09T03:23:03Z 16.0300 Duojie Yang 2015-06-05T18:17:20Z 2021-11-09T03:23:03Z 2021-11-09T03:23:03Z 2021-11-09T03:23:03Z false 2021-11-09T03:23:03Z Microsoft Excel 2021-11-09T03:2......2015-06-05T18:17:20Z Duojie Yang D:\cells\TestFile\CheckDoc\ 16.0300 Duojie...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  5. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with C# sample code using Aspose.PDF for .NET... Cells . Add ( "Column (" + row_count...row_count + ", 1)" ); row . Cells . Add ( "Column (" + row_count +...

    products.aspose.com/pdf/net/table/
  6. SaveToStream on a workbook with at least 257 co...

    If you call SaveToStream on a workbook that contains at least 257 columns, the returned stream contains corrupt data. If you create a new workbook from the stream, this workbook will not contain the correct values. In ad…...Cells Product Family cells-net Nic0 April 28...saveWorkbook.Worksheets.First(); sheet.Cells[0, 256].Value = 1; using MemoryStream...

    forum.aspose.com/t/savetostream-on-a-workbook-w...
  7. GridJs Multi-Language Configuration Guide|Docum...

    This tutorial will guide you through configuring multi-language support...Cells GridJs Multi-Language Configuration...multi-language support in your Aspose.Cells GridJs project. It covers both...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  8. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....contain rows, which contain cells, which may have paragraphs //...table has at least one row, cell, and paragraph. Row firstRow...

    reference.aspose.com/words/java/com.aspose.word...
  9. Need optimized file uploaded in other thread - ...

    Could you please share the optimized file shared in the following thread?...Cells Product Family VaradS January...not getting removed Aspose.Cells Product Family Hi Team, In my...

    forum.aspose.com/t/need-optimized-file-uploaded...
  10. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with C++ sample code using Aspose.PDF for C++...// Set the border for table cells table -> set_DefaultCellBorder...Add (); // Add table cells row -> get_Cells () -> Add ( String...

    products.aspose.com/pdf/cpp/table/