Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 24,160 for

range

(0.12 sec)
  1. 用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...
  2. Delete Named Ranges with Golang via C++|Documen...

    Learn how to remove defined names or named Ranges from Excel or OpenOffice files using Aspose.Cells for C++....Delete Named Ranges with Golang via C++ Contents [ Hide ] Introduction...many defined names or named ranges in Excel files, we have to...

    docs.aspose.com/cells/go-cpp/delete-named-ranges/
  3. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells with C++....//Get the display range of the source sheet Range sourceRange = sourceSheet...GetMaxDisplayRange (); //Create a range in the destination sheet according...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  4. 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...
  5. 支持使用 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...
  6. Working with GridJs Highlight feature|Documenta...

    This article describes how to use highlight on cell text, cell Ranges, shapes and pictures in GridJs....text // it supports multiple range positions inside one cell Remove...getHighlightTexts () Add cell range to highlight in the active worksheet...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  7. Excel Cell Operations|Documentation

    Excel cell operations - merge, copy/paste, clear cells, and advanced cell manipulation with AI automation..."operation" : "merge_cells" , "range" : "A1:C1" } } Unmerge Cells..."operation" : "unmerge_cells" , "range" : "A1:C1" } } Copy Cells {...

    docs.aspose.com/cells/nodejs-cpp/mcp/cell-opera...
  8. EditableRangeStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.EditableRangeStart class, your key to managing editable Ranges in Word documents for enhanced document control and flexibility....Represents a start of an editable range in a Word document. To learn...encapsulates this editable range start and end. Id { get; set;...

    reference.aspose.com/words/net/aspose.words/edi...
  9. How to set this given image sample same border ...

    image.png (79.5 KB) @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao How to set a small square dot border in cell...to apply a border style to a range of cells: using Aspose.Cells;...Worksheets[0]; // Define a range of cells var range = worksheet.Cells...

    forum.aspose.com/t/how-to-set-this-given-image-...
  10. Convert CSV to JSON with C++|Documentation

    Convert a CSV file to JSON by using the simple-to-use Aspose.Cells for C++ API....the options for exporting a range to JSON. The ExportRangeToJsonOpt...This indicates whether the range contains a header row. GetIndent()...

    docs.aspose.com/cells/cpp/convert-csv-to-json/