Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 246,578 for

cells

(0.95 sec)
  1. Inconsistent behavior with UpdatePageLayout() w...

    Dear support team, we’re encountering an inconsistent behavior when calling Aspose.Words.Document.UpdatePageLayout(), when the document contains 2 tables of different column counts back to back like so: ---------------…...tables explicitly specify their Cell.CellFormat.PreferredWith values...add up to 100%; 100% for each cell of table 1 and 2x 50% for table...

    forum.aspose.com/t/inconsistent-behavior-with-u...
  2. Advanced Protection Settings since Excel XP wit...

    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.... Format cells, rows, or columns. Insert rows...unlocked cells. Use pivot tables and much more. Aspose.Cells for JavaScript...

    docs.aspose.com/cells/javascript-cpp/advanced-p...
  3. 使用抽象计算引擎与C++返回值范围|Documentation

    本文介绍如何使用Aspose.Cells库与C++在Microsoft Excel中返回值范围的抽象计算引擎。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法获取值范围并返回结果。最后,我们将修改后的Excel文件保存到磁盘。...Cells提供 AbstractCalculationE 类,用于实现Microsoft...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomFunctionStatic...

    docs.aspose.com/cells/zh/cpp/returning-a-range-...
  4. CellVerticalAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Tables.CellVerticalAlignment enum for optimal text alignment in table Cells. Enhance your document layout effortlessly!...justification of text inside a table cell. public enum CellVerticalAlignmen...of a cell. Center 1 Text is aligned in the middle of a cell. Bottom...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Setting Print Options with C++|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C++ API and Library. You can set the Print Area, Print Titles, and Page Order....Print cell errors. Define page ordering. Aspose.Cells supports...GetPrintArea() method. Assign a cell range that defines the print...

    docs.aspose.com/cells/cpp/setting-print-options/
  6. Precedents and Dependents with JavaScript via C...

    Learn to trace precedent and dependent Cells in spreadsheets using Aspose.Cells for JavaScript via C++. Understand how to identify linked Cells in complex financial worksheets....formula uses precedent cells and dependent cells. Introduction Precedent...Precedent cells are cells that are referred to by a formula in another...

    docs.aspose.com/cells/javascript-cpp/precedents...
  7. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...Cells 提供了控制工作表行、列和滚动条显示状态的方法。 显示和隐藏行和列 Aspose.Cells 提供了一个类...Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供多种管理工作表中行或列的方法,这里简要介绍几种。...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  8. Table.allowCellSpacing property | Aspose.Words ...

    Table.allowCellspacing property. Gets or sets the Allow spacing between Cells option....the “Allow spacing between cells” option. get allowCellSpacing...spacing between individual cells in a table. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Optimizing Memory Usage while Working with Big ...

    Learn how to optimize memory usage when working with large Excel files using Aspose.Cells with Golang via C++....Cells provides some relevant options...to optimize memory use for cells data and decrease the overall...

    docs.aspose.com/cells/go-cpp/optimizing-memory-...
  10. 在工作表中访问GridRow|Documentation

    本文介绍了如何在GridDesktop的工作表中获取行对象(GridRow)。...GridCells cells = sheet . Cells ; foreach ( GridRow row in cells . Rows...GetActiveWorksheet (); GridCells cells = sheet . Cells ; for ( int r = 0 ;...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...