Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 19,018 for

rows

(0.12 sec)
  1. MailMerge.MergeWholeDocument | Aspose.Words for...

    Discover how the MailMerge MergeWholeDocument property updates all fields during a region-based mail merge, enhancing efficiency and accuracy in your documents.... Rows . Add ( new object [] { "MyValue"...

    reference.aspose.com/words/net/aspose.words.mai...
  2. Export Document Structure While Converting to P...

    Learn how to export document structure while converting an Excel file to a tagged PDF using Aspose.Cells for JavaScript via C++....Excel document, such as cells, rows, tables, worksheets, images...

    docs.aspose.com/cells/javascript-cpp/export-doc...
  3. Pivot Table Defaults to COUNT instead of SUM wi...

    Hi Aspose Team, We are using Aspose.Cells for Node.js via Java to generate Excel reports with pivot tables. Our Goal: We need to create a pivot table that summarizes an “Amount” column from a source data sheet using S…...this happens because the second row of text headers breaks the numeric...ranges or skipping specific rows)? Or, is forcing the SUM function...

    forum.aspose.com/t/pivot-table-defaults-to-coun...
  4. Best Excel Library for Python | Aspose.Cells fo...

    Discover why Aspose.Cells is the best Python Excel library for reading, writing, and manipulating XLSX files with powerful features and high performance.... Remove duplicate rows and blank rows or columns in Excel using...Very fast, handles millions of rows efficiently ⚠ Slower on huge...

    blog.aspose.com/cells/best-excel-library-for-py...
  5. Font style automatically change from Times New ...

    Hello @alexey.noskov and Team , We observing strange behavior , when replacing tag inside table . Table tag -replaced data font type is changing to Aptos from Times New Roman , for other font it is working fine . Be…...Rows.Count; int requiredRows = objectList...there are enough rows by cloning the last row if needed if (table...

    forum.aspose.com/t/font-style-automatically-cha...
  6. Issue: Unable to capture clipboard paste text -...

    Hi Team, We are using Aspose.Cells.GridJs version 24.2.0.0 in our web application. We want to capture clipboard text, especially when users copy multiple cells from an external Excel file and paste them into the GridJs…...next row). However, if we are in a lower row (e.g., row 100)...it **jumps to the first row ** (row 0). Pressing the Up arrow...

    forum.aspose.com/t/issue-unable-to-capture-clip...
  7. xlsx4j 中的行列高度调整|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....//Setting the height of all rows in the worksheet to 8 worksheet...//Setting the height of the second row to 40 cells . setRowHeight (...

    docs.aspose.com/cells/zh/java/row-column-height...
  8. 使用 C++ 添加、提取、删除 PDF 中的表格 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式管理 PDF 文件中的表格...add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...{ // Add row to table auto row = table -> get_Rows () -> Add...

    products.aspose.com/pdf/zh-hant/cpp/table/
  9. Resize Shapes on Presentation Slides|Aspose.Sli...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for C++—automate slide layout adjustments and boost productivity....case: you must adjust individual row heights and column widths to...for ( auto && row : table -> get_Rows ()) { row -> set_MinimalHeight...

    docs.aspose.com/slides/cpp/re-sizing-shapes-on-...
  10. Alignment Settings|Documentation

    In the Aspose.Cells for Python via .NET 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 have 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 Python via .NET for cell alignment settings....merge the cells: First row: the first row from which to start merging...merging. Number of rows: the number of rows to merge. Number of...

    docs.aspose.com/cells/python-net/cells-alignmen...