Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 24,104 for

range

(0.05 sec)
  1. Icon Sets Become Misaligned on Conversion to HT...

    Hello, The attached workbook IconSets.xlsx, contains a simple table with conditional formats that use Icon Sets. Under the latest version of Aspose Cells for Java version 18.10 - when the workbook is saved as HTML, the…...Workbook(fstream); // Get the named range Range range = workbook.getWorksheets()...to the address of the named range workbook.getWorksheets().get(0)...

    forum.aspose.com/t/icon-sets-become-misaligned-...
  2. StructuredDocumentTagRangeStart.xmlMapping prop...

    StructuredDocumentTagRangeStart.xmlMapping property. Gets an object that represents the mapping of this structured document tag Range to XML data in a custom XML part of the current document....this structured document tag range to XML data in a custom XML...map a structured document tag range to XML data. Examples Shows...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 通过 C++ 使用 Node.js 格式化范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化 Excel 中的一组单元格。...格式化范围,可以使用以下方法: Range.applyStyle(style, flag) Range.setStyle(style)...setStyle(style) Range.setStyle(style) 示例代码 在此示例中,我们创建一个Excel工作簿,添加一些示例数据...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-form...
  4. PageRange class | Aspose.Words for Python

    aspose.words.saving.PageRange class. Represents a continuous Range of pages...class Represents a continuous range of pages. To learn more, visit...ss, to) Creates a new page range object. Examples Shows how to...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Unmerge Cells in Excel using C#

    Refer to this article to unmerge cells in Excel using C#. It has the IDE settings, steps, and a sample code to split merged cells using C#....and create a range of merged cells Call the Range.UnMerge() method...Excel file and creating the range of merged cells. Finally, call...

    kb.aspose.com/cells/net/unmerge-cells-in-excel-...
  6. Convert PPSM to JSON Format via Java | products...

    Convert PPSM to JSON format via Java without using using Microsoft Excel or PowerPoint... This API provides a wide range of features to manipulate PowerPoint...object. Convert PPSM to JSON in Range via Java While you are converting...

    products.aspose.com/total/java/conversion/ppsm-...
  7. AutoFit Rows for Merged Cells with Node.js via ...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for Node.js via C++. Implement auto-fit functionality for merged cells in spreadsheets....( 0 ); // Create a range A1:B2 const range = sheet1 . getCells...2 , 2 ); // Merge the cells range . merge (); // Insert a value...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-f...
  8. Reusing Style Objects|Documentation

    In Aspose.Cells for Node.js via C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....some formatting to a large range of cells in a worksheet: Create...the style to the cells in the range. Because the Cell.getStyle()...

    docs.aspose.com/cells/nodejs-cpp/reusing-style-...
  9. Create Open-High-Low-Close (OHLC) Stock Chart w...

    Learn how to create an open-high-low-close stock chart using Aspose.Cells for 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/cpp/create-open-high-low-...
  10. FieldToc.update_page_numbers method | Aspose.Wo...

    FieldToc.update_page_numbers method. Updates the page numbers for items in this table of contents....outside of this range. field . heading_level_range = '1-3' # The...within this range. field . page_number_omitting_level_range = '2-5'...

    reference.aspose.com/words/python-net/aspose.wo...