Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 24,014 for

range

(0.05 sec)
  1. EditableRange.Remove | Aspose.Words for .NET

    Effortlessly remove editable Ranges from your document with the EditableRange Remove method, while preserving your content intact. Enhance your document management!...method Removes the editable range from the document. Does not...content inside the editable range. public void Remove () Examples...

    reference.aspose.com/words/net/aspose.words/edi...
  2. Delete Named Ranges|Documentation

    You can learn how to remove defined names or named Ranges from Excel or OpenOffice files with Aspose.Cells for .NET....Ask AI Delete Named Ranges Contents [ Hide ] Introduction If...many defined names or named ranges in Excel files, we have to...

    docs.aspose.com/cells/net/delete-named-ranges/
  3. Implementing Non-Sequential Ranges with Node.js...

    Learn how to create named non‑sequential Ranges with Aspose.Cells for Node.js via C++. Use non‑adjacent cell Ranges effectively....Implementing Non-Sequential Ranges with Node.js via C++ Contents...Contents [ Hide ] Normally, named ranges are rectangular, with cells...

    docs.aspose.com/cells/nodejs-cpp/implementing-n...
  4. Use Formulas Functions to Process Data|Document...

    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.... Range cellA1 = worksheet . Range [ "A1" ]; Microsoft...Interop . Excel . Range cellA2 = worksheet . Range [ "A2" ]; Microsoft...

    docs.aspose.com/cells/net/use-formulas-function...
  5. Tables and Ranges|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....Ask AI Tables and Ranges Contents [ Hide ] Introduction Sometimes...convert the table to a regular range of data. Aspose.Cells supports...

    docs.aspose.com/cells/net/tables-and-ranges/
  6. 用C++合并或取消合并多个工作表成为一个工作表|Documentation

    学习如何用C++和Aspose.Cells将多个工作表合并为一个工作表。...//Get the display range of the source sheet Range sourceRange = sourceSheet...GetMaxDisplayRange (); //Create a range in the destination sheet according...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  7. Validation Input Settings|Documentation

    This guide explains how to configure data validation rules in Aspose.Cells GridJs, covering toolbar access, modal options for criteria, input messages, error alerts, and the available client‑side JavaScript API....rule type, specify the target range, and customize helpful messages...and define the allowed values/ranges. Input Message – Optional tip...

    docs.aspose.com/cells/net/aspose-cells-gridjs/v...
  8. Pivot Table and Source Data|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....a named range, DataSource , which refers to this range of cells...template & defining a named range, DataSource Creating a Pivot...

    docs.aspose.com/cells/nodejs-cpp/pivot-table-an...
  9. 支持使用 C++ 在命名范围公式中支持德语区域设置|Documentation

    学习如何使用 Aspose.Cells 与 C++ 处理德语区域的命名范围公式。...name and formula for the named range const U16String name ( u "HasFormula"...GetWorksheets (); // Add a new named range and get its index int32_t nameIndex...

    docs.aspose.com/cells/zh/cpp/support-for-german...
  10. Reading Merged cells - Free Support Forum - asp...

    Hello Team, I’m reading an Excel file row by row using Aspose.Cells Java. If a cell is part of a merged Range, I want to get the value from the top-left cell of that Range. Is there a built-in API to check if a cell be…...a cell is part of a merged range, I want to get the value from...from the top-left cell of that range. Is there a built-in API to...

    forum.aspose.com/t/reading-merged-cells/311722