Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 20,102 for

range

(0.05 sec)
  1. StructuredDocumentTagCollection Class | Aspose....

    Explore the Aspose.Words.Markup.StructuredDocumentTagCollection class for efficient management of structured document tags, enhancing your document processing capabilities....document tags in the specified range. To learn more, visit the Structured...IStructuredDocumentT sdt = doc . Range . StructuredDocumentTa . GetById...

    reference.aspose.com/words/net/aspose.words.mar...
  2. How to Add Data Validation in Excel using Python

    This tutorial provides guidance on how to add data validation in Excel using Python. It has the environment settings, a list of steps, and a runnable sample code to apply Excel data validation list using Python....reference range Add the list of values in the reference range Create...definition of the reference range of values that are to be used...

    kb.aspose.com/cells/python/how-to-add-data-vali...
  3. 用 C++ 实现非连续范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 创建非邻接单元格的命名范围。...Adding a Name for non sequenced range int index = workbook . GetWorksheets...// Creating a non sequence range of cells name . SetRefersTo...

    docs.aspose.com/cells/zh/cpp/implementing-non-s...
  4. Aspose::Words::Font::get_NameAscii method | Asp...

    Aspose::Words::Font::get_NameAscii method. Returns or sets the font used for Latin text (characters with character codes from 0 (zero) through 127) in C++....within the ASCII characters' range. In that case, // it will display...characters outside of the ASCII range. // Ideally, this font should...

    reference.aspose.com/words/cpp/aspose.words/fon...
  5. Accessing Cells of a Worksheet|Documentation

    This article shows how to get the maximum display Range of worksheet and access cells through the Aspose.Cells for Node.js via C++ API....index of the cell is out of range. This approach is the fastest...How to Get Maximum Display Range of Worksheet Aspose.Cells for...

    docs.aspose.com/cells/nodejs-cpp/accessing-cell...
  6. EditorType | Aspose.Words for Java

    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 in Java....edit a single range defined by an editable range within a document...editing rights of editable ranges to a specific group/user. public...

    reference.aspose.com/words/java/com.aspose.word...
  7. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...( 0 ); // Create a range A1:B2 Range range = sheet1 . GetCells...2 , 2 ); // Merge the cells range . Merge (); // Insert value...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  8. PageRange | Aspose.Words for Java

    Represents a continuous Range of pages in Java....PageRange Represents a continuous range of pages. To learn more, visit...extract pages based on exact page ranges. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  9. 用 Node.js 通过 C++ 合并或取消合并单元格范围|Documentation

    用 Node.js 通过 C++ 合并和取消合并 Excel 中的单元格范围。...Cells 为此提供了 Range.merge() 和 Range.unMerge() 方法。本文解释了如何将一系列单元格合并为单个单元格。...以下示例代码首先创建一个范围 — A1:D4 — 然后使用 Range.merge() 方法将该范围中的单元格合并成一个单元格。类似地,你也可以通过创建范围并调用...

    docs.aspose.com/cells/zh/nodejs-cpp/merge-or-un...
  10. TxtLoadOptions.DetectHyperlinks | Aspose.Words ...

    Discover how TxtLoadOptions' DetectHyperlinks property enhances text processing by detecting hyperlinks, improving data accuracy. Default is false.... Range . Fields ) Console . WriteLine...com/" , Is . EqualTo ( doc . Range . Fields [ 0 ]. Result . Trim...

    reference.aspose.com/words/net/aspose.words.loa...