Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 17,887 for

rows

(0.07 sec)
  1. Cells 25.4创建数据透视表问题 - Free Support Forum - aspo...

    数据透视表,没有列,只有筛选器、行和两个值。生成的数据透视表里,值是多行展示,如何实现按列展示?自动把“数值”挪到列中 image.jpg (115.6 KB) 另外,基于透视表创建出来的透视图,不像正常的透视图一样,可以看到透视表的相关信息,在数据透视表分析下面没有任何可操作项?什么原因? image.jpg (159.8 KB) image.jpg (123.7 KB)...values displayed in multiple rows instead of columns. This typically...values in columns instead of rows, you need to adjust the pivot...

    forum.aspose.com/t/cells-25-4/314531
  2. 与GridJs客户端端协同工作|Documentation

    本文介绍了GridJs中的客户端JavaScript API或函数。...setActiveCell ( row , col ); // the parameters are: row : the cell row col...string to be displayed . ri : Row index of the target cell . ci...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  3. Specific Parameters of 2D Barcode Types|Documen...

    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.... Rows = 6 ; document . getElementById...Parameters . Barcode . Pdf417 . Rows = 6 ; document . getElementById...

    docs.aspose.com/barcode/javascript-cpp/2d-barco...
  4. TextPath.reverse_rows property | Aspose.Words f...

    TextPath.reverse_Rows property. Determines whether the layout order of Rows is reversed....reverse_rows property TextPath.reverse_rows property Determines...order of rows is reversed. @property def reverse_rows ( self )...

    reference.aspose.com/words/python-net/aspose.wo...
  5. getPrintingPageBreaks returning unexpected resu...

    Hello, I am using the aspose-cells version 25.6. Below is the code I am using, ImageOrPrintOptions printOption = new ImageOrPrintOptions(); printOption.setPrintingPage(PrintingPageType.DEFAULT); cas = curSheet.getPri…...printable area cannot contain all rows/columns, Excel (and consequently...setFitToPagesTall(1); // all rows on one page // optionally adjust...

    forum.aspose.com/t/getprintingpagebreaks-return...
  6. TextPath class | Aspose.Words for Node.js

    Aspose.Words.Drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)...whether the layout order of rows is reversed. rotateLetters Determines...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...Get ( 0 ); // Unhiding the 3rd row and setting its height to 13... Get ( 0 ); // Hide the 3rd row of the worksheet worksheet ....

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  8. Aspose.Words for C++

    This API allows to create, edit, render, print, and convert Word documents in C++ without utilizing Microsoft Word or interop....Create DOCX in C++ How to Add Rows to Table in DOCX using C++ How...

    kb.aspose.com/words/cpp/
  9. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table element styles using Aspose.Cells for C++ with the HtmlSaveOptions.TableCssId property....with C++ AutoFit Columns and Rows while loading HTML in Workbook...

    docs.aspose.com/cells/cpp/prefix-table-elements...
  10. How to extract table from PDF | Aspose.PDF

    Do you know how easily extract table from PDF using Python? Extract table from PDF with high quality using Python PDF library.... Iterate through all the rows in the table using a for loop:...pdfTableRow in absorbedTable.row_list. Within the row iteration, use another...

    products.aspose.com/pdf/tutorial/extract-table/