Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 47,713 for

index

(0.18 sec)
  1. Hiding and Showing Rows and Columns|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....methods take the row/column index as a parameter to hide the specific...parameters: Row or column index - the index of a row or column that...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  2. DropDownItemCollection.add method | Aspose.Word...

    DropDownItemCollection.add method. Adds a string to the end of the collection.... Returns The zero-based index at which the new element is...assertEqual ( 1 , drop_down_items . index_of ( 'Two' )) self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Merge XPS to PDF | JavaScript API Solution

    JavaScript API Solution to merge XPS files. Save the combined result as PDF files. JavaScript code example of merging functionality....function readFile ( index ) { if ( index >= e . target . files...file = e . target . files [ index ]; file_reader . onload = function...

    products.aspose.com/page/javascript-cpp/merge-x...
  4. 合并 XPS 文件 | Aspose.Page for JavaScript

    Aspose.Page API 解决方案通过 C++ 实现的 JavaScript XPS 合并功能允许您将多个 XPS 文件合并为一个 XPS 或 PDF 文档。...3 function readFile (index) { 4 if (index >= e. target . files...file = e. target . files [ index ] ; 15 file_reader. onload =...

    docs.aspose.com/page/zh/javascript-cpp/merge/xps/
  5. DocumentPropertyCollection.IndexOf | Aspose.Wor...

    Discover the DocumentPropertyCollection IndexOf method to efficiently find the Index of a property by its name. Enhance your coding productivity today!...IndexOf method Gets the index of a property by name. public...Return Value The zero based index. Negative value if not found...

    reference.aspose.com/words/net/aspose.words.pro...
  6. FieldFormat.general_formats property | Aspose.W...

    FieldFormat.general_formats property. Gets a collection of general formats that are applied to a numeric, text or any field result... update () for index , general_format in enumerate...print ( f 'General format index { index } : { general_format } '...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ITextShaper.shape_text method | Aspose.Words fo...

    ITextShaper.shape_text method. Returns [Cluster](../../cluster/) objects generated from a sequence of text fragments... If run at an index has corresponding clusters then...then result at the same index will have them recorded. def shape_text...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Cut and Paste Range with JavaScript via C++|Doc...

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for JavaScript via C++.... Row Index: The index of the row to insert cells...cells. Column Index: The index of the column to insert cells...

    docs.aspose.com/cells/javascript-cpp/cut-and-pa...
  9. Hiding and Showing Rows and Columns with C++|Do...

    Learn how to hide and show rows and columns in Excel files programmatically using Aspose.Cells with C++....methods take the row and column index as a parameter to hide the specific...parameters: Row or column index - the index of a row or column that...

    docs.aspose.com/cells/cpp/hiding-and-showing-ro...
  10. Image are not added to the document - Free Supp...

    Hello everyone, I need to add an image to a .xlsx file. An image in .png format with a size of 150x150 pixels I tried several methods, but without success: Method 1. According to the published documentation here Mo…...SetColumnWidth(2, 150); int index = worksheet.Pictures.Add(3,...Picture pic = worksheet.Pictures[index]; pic.Placement = PlacementType...

    forum.aspose.com/t/image-are-not-added-to-the-d...