Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 21,287 for

worksheet

(0.12 sec)
  1. Get Connection points from shape|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....Front or Back inside the Worksheet Refresh Values of Linked Shapes...

    docs.aspose.com/cells/java/get-connection-point...
  2. 使用C++将Smart Art转换为组形状|Documentation

    了解如何使用Aspose.Cells for C++将Smart Art形状转换为组形状,并访问组形状的各个部分。...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/convert-the-smart-...
  3. Reusing Style Objects|Documentation

    In Aspose.Cells for .NET, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....large range of cells in a worksheet: Create a style object. Specify...

    docs.aspose.com/cells/net/reusing-style-objects/
  4. 使用C++处理形状或图表的发光效果|Documentation

    学习如何使用Aspose.Cells for C++处理形状或图表的发光效果。...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/working-with-the-g...
  5. How to Control Sheet Tab Bar with Node.js via C...

    Learn how to control the sheet tab bar using Aspose.Cells for Node.js via C++....data to cells in the first worksheet. Display the sheet tab and...reference of the newly added worksheet const ws = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/how-to-control...
  6. 使用C++设置形状或文本框中的段落行间距|Documentation

    学习如何在形状或文本框中设置段落的行间距、前间距和后间距,使用编号Aspose.Cells for C++。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-line-spacing-o...
  7. 导出打印区域范围到HTML,使用Node.js通过C++|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....// Access the sheet const worksheet = workbook . getWorksheets...); // Set the print area. worksheet . getPageSetup (). setPrintArea...

    docs.aspose.com/cells/zh/nodejs-cpp/export-prin...
  8. Link Cells to XML Map Elements with C++|Documen...

    Learn how to link cells to XML Map elements using Aspose.Cells with C++....0 ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/link-cells-to-xml-map...
  9. 用 C++ 添加带内置样式的文字艺术(WordArt)文本|Documentation

    学习如何用 Aspose.Cells for C++ 添加带内置样式的文字艺术文本。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/add-word-art-text-...
  10. How to export Excel equations to other types of...

    Export Excel formulas to LaTeX and MathML using Aspose.Cells for C++....<body>" ; WorksheetCollection worksheets = workbook . GetWorksheets...ShapeCollection shapes = worksheets . Get ( 0 ). GetShapes ();...

    docs.aspose.com/cells/cpp/export-equation/