Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 241,509 for

cells

(0.13 sec)
  1. 如何用C++将Excel打印为宽度和高度适应的页面|Documentation

    本文提供代码,说明如何使用Aspose.Cells库用C++设置FitToPagesWide和F intoToPagesTall。...Cells将Excel的宽度和高度适合页面打印 若要在指定工作表中设置适合页面宽度和高度:首先,加载...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-print-excel...
  2. 创建 Excel 图表并将其嵌入到演示文稿中作为 OLE 对象|Aspose.Slides 文档

    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....Cells for .NET 创建 Excel 图表的支持,并且这些图表可以通过...PowerPoint 幻灯片中。本文涵盖了使用 Aspose.Cells for .NET 和 Aspose.Slides for...

    docs.aspose.com/slides/zh/net/creating-excel-ch...
  3. Aspose::Words::Tables::RowFormat::get_HeightRul...

    Aspose::Words::Tables::RowFormat::get_HeightRule method. Gets or sets the rule for determining the height of the table row in C++....current cell/row its cursor is in, // as well as any new cells and...-> Write ( u "Header Row, \n Cell 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. ConditionalStyleCollection Class | Aspose.Words...

    Explore Aspose.Words.ConditionalStyleCollection class to manage ConditionalStyle objects effectively, enhancing document formatting and customization....get; } Gets the bottom left cell style. BottomRightCell { get;...get; } Gets the bottom right cell style. Count { get; } Gets the...

    reference.aspose.com/words/net/aspose.words/con...
  5. Aspose::Words::ConditionalStyleType enum | Aspo...

    Aspose::Words::ConditionalStyleType enum. Represents possible table areas to which conditional formatting may be defined in a table style in C++....Specifies formatting of the top left cell of a table. TopRightCell 9 Specifies...formatting of the top right cell of a table. BottomLeftCell 10...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Create ODS Using Python | products.aspose.com

    Generate Microsoft Excel ODS documents using Python applications without using Microsoft Office....Cells for Python via Java API that...Insert data in the accessed cell using Worksheet.getCells().get(indexValue)...

    products.aspose.com/total/python-java/create/ods/
  7. Public API Changes in Aspose.Cells 8.6.0|Docume...

    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....Cells 8.6.0 Contents [ Hide ] This...describes the changes to the Aspose.Cells API from version 8.5.2 to 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. Calculate the Width and Height of the Cell Valu...

    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....the Width and Height of the Cell Value in Unit of Pixels Contents...height of a cell’s value to fit the value inside the cell. Aspose...

    docs.aspose.com/cells/java/calculate-the-width-...
  9. Calculate Formulas with Golang via C++|Document...

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with Golang via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....Cells has an embedded formula calculation...formulas added at runtime. Aspose.Cells supports most of the formulas...

    docs.aspose.com/cells/go-cpp/calculate-formulas/
  10. 用C++对比X轴与类别轴|Documentation

    学习如何区分Aspose.Cells for C++中的X轴和类别轴。我们的指南将帮助您理解它们的用法和属性差异,以及如何根据您的需要进行配置。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance of...

    docs.aspose.com/cells/zh/cpp/x-axis-vs-category...