Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 239,817 for

cells

(0.17 sec)
  1. How to set RoundedRectangle corner radius? - Fr...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (44.1 KB) Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0); commentShape.Placement = P…...Total Product Family cells-net , aspose-cells imparthgalani July...Shapes will move and resize with cells. commentShape.X = 150; //Shape...

    forum.aspose.com/t/how-to-set-roundedrectangle-...
  2. Using Sparklines and Setting 3D Format|Document...

    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....mini‑charts that you can place inside cells so that you can view data and...lot of busy charts. Aspose.Cells for Python via .NET provides...

    docs.aspose.com/cells/python-net/using-sparklin...
  3. Aspose::Words::DocumentBuilder::get_RowFormat m...

    Aspose::Words::DocumentBuilder::get_RowFormat method. Returns an object that represents current table row formatting properties in C++....apply them to every row and cell that we add with it. builder...it to the current cell, // and any new cells that we create with...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Disable Compatibility Checker in Excel with C++...

    This article shows how to disable the compatibility checker through the Aspose.Cells for C++ API....Cells' APIs, you can do this programmatically...Compatibility Checker using Aspose.Cells APIs Set the Workbook.GetCheckCompatibilit()...

    docs.aspose.com/cells/cpp/disable-compatibility...
  5. 用C++指定工作簿的自定义数字小数点和组分隔符|Documentation

    通过使用Aspose.Cells for C++ API,在MS Excel中和用C++代码修改数字的十进制和分组分隔符。...Cells提供 WorkbookSettings.GetNumberDecimalSepa()... 使用Aspose.Cells指定自定义分隔符 下面的示例代码说明了如何使用Aspose.Cells API指定自定义分...

    docs.aspose.com/cells/zh/cpp/specify-custom-num...
  6. 在C++中插入或删除Excel工作表中的行|Documentation

    本文提供在Excel工作表中插入和删除行的C++代码。...Cells提供了两种插入和删除行的方法: Cells.InsertRows 和 Cells.DeleteRows...要插入或删除多行,我们建议始终使用 Cells.InsertRows 和 Cells.DeleteRows 方法,而不是在循环中使用 Cells.InsertRow...

    docs.aspose.com/cells/zh/cpp/insert-or-delete-r...
  7. Implement a Custom Calculation Engine to Extend...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....Cells with C++ Contents [ Hide ] Implement...Custom Calculation Engine Aspose.Cells has a powerful calculation engine...

    docs.aspose.com/cells/cpp/implement-custom-calc...
  8. 使用C++设置数据透视表选项——空单元格显示|Documentation

    学习如何在使用Aspose.Cells的C++中设置数据透视表中的“空单元格显示”选项。...Cells设置不同的数据透视表选项。其中之一是"对空单元格显示"选...选项并指定字符串。 使用Aspose.Cells设置数据透视表选项 Aspose.Cells提供用于设置"对空单元格显示"数据透视表选项的...

    docs.aspose.com/cells/zh/cpp/setting-pivot-tabl...
  9. 用C++将XML导入Excel工作簿|Documentation

    使用Aspose.Cells与C++将XML数据文件导入Microsoft Excel。...Cells 允许您使用 Workbook.ImportXml() ...Excel 导入 XML 地图。 使用 Aspose.Cells 导入 XML 地图 以下示例代码显示如何使用 Workbook...

    docs.aspose.com/cells/zh/cpp/import-xml-map-ins...
  10. How to Generate Excel File in C#

    This topic exhibits how to generate Excel file in C# in a console .NET application without using MS Excel interop....Cells Product Family Aspose.Email...Download or install Aspose.Cells for .NET package from NuGet...

    kb.aspose.com/cells/net/how-to-generate-excel-f...