Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 19,914 for

worksheet

(0.13 sec)
  1. Working with GridJs Highlight feature|Documenta...

    This article describes how to use highlight on cell text, cell ranges ,shapes and pictures in GridJs....style is set in the active worksheet xs . sheet . showHighlights...highlight style set in the active worksheet xs . sheet . updateHighlightStyle...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  2. Output Blank Page when there is Nothing to Prin...

    Handle empty Worksheets and print blank pages with Aspose.Cells using C++....anything when you export worksheet to image. You can change this...an empty worksheet and renders the empty worksheet to an image...

    docs.aspose.com/cells/cpp/output-blank-page-whe...
  3. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel Worksheet using sample code. You will also learn how to programmatically set the margins for the page centre, the header and footer margins of Page Setup using the C# API or .NET Library....configure page setup settings for worksheets to control the printing process...Workbook class contains the Worksheets collection that allows access...

    docs.aspose.com/cells/net/setting-margins/
  4. Format a List Object - Table|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....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/format-a-list-object...
  5. XlsxSectionMode Enum | Aspose.Words for .NET

    Discover how the Aspose.Words XlsxSectionMode enum optimizes document saving in XLSX format, enhancing your workflow and document management....Specifies that a separate worksheet is created for each section...document are saved on one worksheet. Examples Shows how to save...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 创建一个电子表格文档|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.... Worksheet = new Worksheet ( new SheetData ());...Sheets ()); // Append a new worksheet and associate it with the...

    docs.aspose.com/cells/zh/net/create-a-spreadshe...
  7. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells for Node.js via C++....externalConnection ) { // Iterate all the worksheets for ( let j = 0 ; j < workbook...getCount (); j ++ ) { const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/find-query-tab...
  8. Hiding and Showing Rows and Columns in Jython|D...

    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....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets (). get ( 0 ) cells = worksheet . getCells () # Hiding the...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  9. 使用 C++ 保护和取消保护工作表|Documentation

    使用 Aspose.Cells for C++ 保护和取消保护Excel工作表。...workbook ; // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...// Protect contents of the worksheet sheet . Protect ( ProtectionType...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  10. 使用C++添加超链接图片|Documentation

    通过Aspose.Cells for C++ API学习如何添加图片超链接。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...a string value to a cell worksheet . GetCells (). Get ( u "C2"...

    docs.aspose.com/cells/zh/cpp/add-image-hyperlinks/