Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 21,402 for

range

(0.07 sec)
  1. FieldToc.HideInWebLayout | Aspose.Words for .NET

    Discover the FieldToc HideInWebLayout property to easily control tab leaders and page numbers in Web layout view for a cleaner presentation....TOC levels outside of this range. field . HeadingLevelRange =...TOC levels are within this range. field . PageNumberOmittingLe...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Add Hyperlinks to Cells|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....//Define a range object(A1). Excel . Range _range ; _range = objSheet...objSheet . get_Range ( "A1" , "A1" ); //Add a hyperlink to it. objSheet...

    docs.aspose.com/cells/net/add-hyperlinks-to-cells/
  3. 搜索

    搜索... String range; // 遍歷工作表 for (int worksheetIndex...{ // 默認情況下創建第一個工作表,因此只設置範圍 range = defaultWorksheetName + "!A:Y";...

    blog.aspose.com/zh-hant/cells/convert-excel-fil...
  4. EditorType enumeration | Aspose.Words for Python

    aspose.words.EditorType enumeration. Specifies the set of possible aliases (or editing groups) which can be used as aliases to determine if the current user shall be allowed to edit a single Range defined by an editable Range within a document....edit a single range defined by an editable range within a document...be allowed to edit editable ranges using this editing type when...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 用C++查找与外部数据连接相关的查询表和列表对象|Documentation

    学习如何用Aspose.Cells和C++查找与外部数据连接相关的查询表和列表对象。...name ) { Range range = name . GetRange (); if ( range ) { std...:: cout << "refersto: " << range . GetRefersTo (). ToUtf8 ()...

    docs.aspose.com/cells/zh/cpp/find-query-tables-...
  6. How to Filter Data in Excel Table using C#

    This topic shows how to filter data in Excel table using C# in WinForms .NET application without using MS Excel interop....the workbook Set AutoFilter range and add custom filtering Save...and then inserts data into a range of cells in the first worksheet...

    kb.aspose.com/cells/net/how-to-filter-data-in-e...
  7. Create Open-High-Low-Close(OHLC) Stock Chart wi...

    Learn how to create an open-high-low-close stock chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to plot stock market data, including the open, high, low, and close prices, onto a chart for better analysis and visualization.... The range of prices in each category is...a vertical line, while the range between open and close is given...

    docs.aspose.com/cells/nodejs-cpp/create-open-hi...
  8. DocumentVisitor.visit_comment_range_start metho...

    DocumentVisitor.visit_comment_Range_start method. Called when the start of a commented Range of text is encountered....visit_comment_range_start method visit_comment_range_start(comment_range_start)...t_range_start) Called when the start of a commented range of...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…...the corresponding selected range in the workbook 6 Right-click->Group->Ungroup...the mouse within the selected range. It is more difficult to operate...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  10. Creating Subtotals|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.... Selecting a data range to add subtotals The Subtotal... The class provides a wide range of properties and methods for...

    docs.aspose.com/cells/java/creating-subtotals/