Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 243,081 for

cells

(0.18 sec)
  1. What's new in Aspose.Cells for .NET|Documentation

    Aspose.Cells for .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....Cells for .NET Contents [ Hide ] This...most interesting new Aspose.Cells features introduced in recent...

    docs.aspose.com/cells/net/what-s-new-in-aspose-...
  2. 使用C++为交替行和列应用条件格式阴影|Documentation

    如何在C++中使用Aspose.Cells库为交替行列的条件格式添加阴影。通过调整这些条件,您可以更好地控制单元格的外观和显示。...Cells API提供了添加和操作 Worksheet 对象的条件...或规则获得所需的格式。本文将演示如何使用Aspose.Cells for C++ API,通过条件格式规则和Excel内置函数,为交替行列添加阴影。...

    docs.aspose.com/cells/zh/cpp/apply-shading-to-a...
  3. 用C++创建开盘 最高 最低 收盘(OHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建开盘 最高 最低 收盘股票图表。该指南将展示如何绘制股票市场数据,包括开盘、最高、最低和收盘价,以便更好的分析和可视化。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance of...

    docs.aspose.com/cells/zh/cpp/create-open-high-l...
  4. Create and Embed Excel Charts as OLE Objects Us...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and embed Excel charts as OLE objects into PowerPoint (PPT, PPTX) slides in C#....string Cell , object Value ) { targetSheet . get_Range ( Cell , Cell...Cell ). set_Value ( xlNS . XlRangeValueDataType . xlRangeValueDefault...

    docs.aspose.com/slides/net/create-and-embed-an-...
  5. 用C++进行数据透视表的自定义排序|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段值进行排序。...Cells API,你可以按照字段值对数据透视表进行排序。以下代码...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/custom-sorting-in-...
  6. Deployment|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....Assistant Close Install Aspose Cells through NuGet...

    docs.aspose.com/cells/net/deployment/
  7. Auto adjust width for textbox according its tex...

    Below is a sample code i want to create a text field with adjust its width according its text also i have changed its property with code but it is not working can you please help me to resolve this issue Shape currentSh…...Cells Product Family cells-net tmetaliya133...TextAlignment.TextVerticalType = Aspose.Cells.Drawing.Texts.TextVerticalType...

    forum.aspose.com/t/auto-adjust-width-for-textbo...
  8. Aspose.Cells Template and Smart Markers|Documen...

    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 Template and Smart Markers Contents [ Hide...Hide ] An Aspose.Cells template is a Microsoft Excel workbook that...

    docs.aspose.com/cells/reportingservices/aspose-...
  9. ConditionalStyleCollection.Item | Aspose.Words ...

    Discover the ConditionalStyleCollection Item property to easily access ConditionalStyle objects by type, enhancing your styling capabilities effortlessly.... Write ( "Cell 1" ); builder . InsertCell ();...(); builder . Write ( "Cell 2" ); builder . EndRow (); builder...

    reference.aspose.com/words/net/aspose.words/con...
  10. RowFormat | Aspose.Words for Java

    Represents all formatting for a table row in Java....modify the format of rows and cells in a table. Document doc = new...formatting // of the contents of all cells in this row. RowFormat rowFormat...

    reference.aspose.com/words/java/com.aspose.word...