Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 20,067 for

range

(0.04 sec)
  1. Unmerge Cells in Excel with Python

    Use this guide to unmerge cells in Excel with Python. It has the IDE settings, steps, and a sample code to unmerge cells without losing data with Python....areas and create a range for each Call the Range.unMerge() method...In each iteration, create a range for the merged areas and call...

    kb.aspose.com/cells/python/unmerge-cells-in-exc...
  2. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells with C++....name ) { Range range = name . GetRange (); if ( range ) { std...:: cout << "refersto: " << range . GetRefersTo (). ToUtf8 ()...

    docs.aspose.com/cells/cpp/find-query-tables-and...
  3. Aspose.Cells 8.5.0中的公共API更改|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....will be copied to destination range srcSheet . getCells (). setRowHeight...); //Create source range to be copied Range srcRange = srcSheet...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. C++ API to Export CGM to PCL | products.aspose.com

    Convert CGM to PCL within C++ applications....printing of documents on a wide range of printers and other output...as it is supported by a wide range of printers and other output...

    products.aspose.com/total/cpp/conversion/cgm-to...
  5. Convert DOCX to JSON Format in Android Apps | p...

    Parse DOCX to JSON format in Android Apps without using Microsoft Word or Excel...of APIs that provides a wide range of features for document manipulation...to JSON. It provides a wide range of features for manipulating...

    products.aspose.com/total/android-java/conversi...
  6. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...Specify the range where you want to search // Here the range is E9:H15...cell with value search within range cell = worksheet . GetCells...

    docs.aspose.com/cells/zh/cpp/search-and-replace...
  7. Insert a Picture based on Cell Reference|Docume...

    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.... Since the cell or cell range is linked to the graphic object...Worksheet object). Specify the cell range by using the setFormula method...

    docs.aspose.com/cells/java/insert-a-picture-bas...
  8. How to Convert Word to JPG in Java

    This brief tutorial provides step-by-step details on how to convert Word to JPG in Java. These steps are helpful to convert Word to JPG using Java in any of the operating systems like Linux, macOS and Windows....want to convert a selected range of pages to JPG images, this...save format as JPG Set the range of pages to render in ImageSaveOptions...

    kb.aspose.com/words/java/how-to-convert-word-to...
  9. How to Create Data Validation in Excel using Java

    In this tutorial you will learn *how to create data validation in Excel using Java*. It contains detailed steps and a sample code to add data validation in Excel using Java....reference data to it Instantiate a range class object and set its name...add list data, instantiate a range class object and set it in a...

    kb.aspose.com/cells/java/how-to-create-data-val...
  10. Document.ExtractPages | Aspose.Words for .NET

    Discover the Document ExtractPages method to effortlessly retrieve specific page Ranges, enhancing your document management and efficiency....object representing specified range of pages. public Document ExtractPages...Shows how to get specified range of pages from the document....

    reference.aspose.com/words/net/aspose.words/doc...