Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 19,492 for

rows

(3.13 sec)
  1. Insert Cell Comments|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....createSheet (); Row row = sheet . createRow ( 3 ); Cell cell = row . createCell...setRow1 ( row . getRowNum ()); anchor . setRow2 ( row . getRowNum...

    docs.aspose.com/cells/java/insert-cell-comments/
  2. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with C# sample code using Aspose.PDF for .NET...}; for ( int row_count = 1 ; row_count < 10 ; row_count ++) {...Aspose . Pdf . Row row = table . Rows . Add (); row . Cells . Add...

    products.aspose.com/pdf/net/table/
  3. Shape with MOVE_AND_SIZE placement drifts verti...

    We are using Aspose.Cells for Java 26.6 to convert Excel workbooks to PDF via Workbook.save(path, PdfSaveOptions) . On a worksheet that contains a picture anchored with PlacementType.MOVE and an autoshape anchored with P…...whose anchor rows fall inside the picture’s row span, the autoshape’s...Placement Upper-left row Lower-right row SyntheticChart (Picture)...

    forum.aspose.com/t/shape-with-move-and-size-pla...
  4. Java Excel API | products.aspose.com

    Aspose.Cells for Java library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, CSV, HTML and so on....limited to worksheet formatting at row, column, and cell level, adding..."output.pdf"); Manipulate Excel Rows & Columns Aspose.Cells for Java...

    products.aspose.com/cells/java/
  5. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you gain more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....merge the cells: First row: the first row from where to start merging...merging. Number of rows: the number of rows to merge. Number of...

    docs.aspose.com/cells/net/cells-alignment-setti...
  6. Rename duplicate columns automatically while ex...

    Learn how to rename duplicate columns automatically while exporting worksheet data through the Aspose.Cells for .NET API....Assistant Close Export Visible Rows Data from Worksheet Export HTML...

    docs.aspose.com/cells/net/rename-duplicate-colu...
  7. TableStyle | Aspose.Words for Java

    Represents a table style in Java....indicating whether text in a table row is allowed to split across a...getRowStripe() Gets a number of rows to include in the banding when...

    reference.aspose.com/words/java/com.aspose.word...
  8. Lock cells value can't be edited but can be del...

    Hi, I have some cells containing formulas that I don’t want users to modify. I’ve locked the cells and protected the sheet, which prevents editing. However, users can still delete the values in those cells. Is there a wa…...(disable “Clear contents”, “Delete rows/columns”, etc.). (Optional)...setAllowDeleteRows(false); // prevents row‑level delete protection.setA...

    forum.aspose.com/t/lock-cells-value-cant-be-edi...
  9. Resize GridWeb and its Header Bar|Documentation

    This article introduces how to resize in GridWeb....bar: this header bar represents rows as 1, 2, 3, 4, etc. Both of...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  10. Table|Aspose.Slides Documentation

    Work with tables in Aspose.Slides for Android: create, format, merge cells, apply styles, import data, and export with Java examples for PPT, PPTX, and ODP....Create a simple table with two rows and two columns. static void...

    docs.aspose.com/slides/androidjava/examples/ele...