Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 24,160 for

range

(0.1 sec)
  1. FieldMergeBarcode.foregroundColor property | As...

    FieldMergeBarcode.foregroundColor property. Gets or sets the foreground color of the barcode symbol... Valid values are in the range [0, 0xFFFFFF] get foregroundColor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 搜索

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

    blog.aspose.com/zh-hant/cells/convert-excel-fil...
  3. 用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-...
  4. FieldToa.pageRangeSeparator property | Aspose.W...

    FieldToa.pageRangeSeparator property. Gets or sets the character sequence that is used to separate the start and end of a page Range....the start and end of a page range. get pageRangeSeparator () :...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldToc.pageNumberOmittingLevelRange property ...

    FieldToc.pageNumberOmittingLevelRange property. Gets or sets a Range of levels of the table of contents entries from which to omits page numbers....pageNumberOmittingLe property Gets or sets a range of levels of the table of contents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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. 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-...
  8. DocumentVisitor.visit_comment_range_end method ...

    DocumentVisitor.visit_comment_Range_end method. Called when the end of a commented Range of text is encountered....visit_comment_range_end method visit_comment_range_end(comment_range_end)...commented range of text is encountered. def visit_comment_range_end...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Add Borders in Excel using Node.js

    Follow this article to Add borders in Excel using Node.js. It shares IDE settings, a steps list, and a sample code to create a border in Excel using Node.js....add some text and create a range of the selected cells Call the...are two main steps: create a range for the target cells in a particular...

    kb.aspose.com/cells/nodejs/add-borders-in-excel...
  10. 用 C++ 处理数据透视表和源数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 动态更改数据透视表的源数据。...Changing named range "DataSource" Range range = worksheet . GetCells...CreateRange ( 0 , 0 , 9 , 3 ); range . SetName ( u "DataSource" );...

    docs.aspose.com/cells/zh/cpp/pivot-table-and-so...