Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 241,709 for

cells

(0.13 sec)
  1. Manage Titles of Excel Charts with C++|Document...

    Learn how to use Aspose.Cells for C++ to add and format chart and axis titles in Microsoft Excel. Our guide will demonstrate how to set different types of titles, adjust their appearance, and modify axis titles for better data representation and clarity....Cells also allows you to manage chart...WYSIWYG environment. Aspose.Cells also allows developers to set...

    docs.aspose.com/cells/cpp/chart-and-axis-titles/
  2. DocumentBuilder.write method | Aspose.Words for...

    DocumentBuilder.write method. Inserts a string into the document at the current insert position....apply them to every row and cell that we add with it. builder...builder . cell_format . clear_formatting () builder . cell_format...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Set External Links in Formulas with Node.js via...

    Learn how to set external links in formulas using Aspose.Cells for Node.js via C++....evaluate a cell or range value against them. Aspose.Cells for Node...AsposeCells = require ( "aspose.cells.node" ); // The path to the...

    docs.aspose.com/cells/nodejs-cpp/set-external-l...
  4. Detecting Empty Worksheets with Node.js via C++...

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using the Node.js API with the C++ library....Populated Cells Worksheets can have one or more cells populated...to check is the Cells.getMaxDataRow() or Cells.getMaxDataColumn()...

    docs.aspose.com/cells/nodejs-cpp/detecting-empt...
  5. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells library in JavaScript via C++. By using the Aspose.Cells library, you can easily insert text in Cells and set the text‑wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....Hide ] To ensure that text in a cell can be read, explicit line breaks...turns one line into several in a cell, while explicit line breaks...

    docs.aspose.com/cells/javascript-cpp/line-break...
  6. DocumentBuilder.RowFormat | Aspose.Words for .NET

    Explore the DocumentBuilder RowFormat property to easily access and customize table row formatting for enhanced document design and presentation.... Write ( "Row 1, cell 1." ); // Start a second row...(); builder . Write ( "Row 2, cell 1." ); builder . EndTable ();...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Managing Ranges with Node.js via C++|Documentation

    Learn how to manage ranges in Excel using Aspose.Cells for Node.js via C++. Create ranges, set values, styles, and perform various operations....Excel, you can select multiple cells with a mouse‑box selection;...selection; the set of selected cells is called a Range . For example, you...

    docs.aspose.com/cells/nodejs-cpp/managing-ranges/
  8. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...Cells 完全支持微软 Excel 的页面设置选项。开发人员可能...讨论如何使用 Aspose.Cells 配置页面边距。 设置页边距 Aspose.Cells 提供一个 Workbook...

    docs.aspose.com/cells/zh/cpp/setting-margins/
  9. Insert Hyperlinks into Excel or OpenOffice with...

    How to insert hyperlinks into Excel file with Aspose.Cells library without MS Excel using C++....Cells, developers can create different...hyperlinks are supported by Aspose.Cells and how they can be used in...

    docs.aspose.com/cells/cpp/insert-hyperlinks-to-...
  10. Cut and Paste Range|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....Hide ] Cut and Paste Cells Aspose.Cells provides you with the...the ability to cut and paste cells within a worksheet by using...

    docs.aspose.com/cells/net/cut-and-paste-cells/