Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 30,454 for

worksheet

(0.18 sec)
  1. Working with the Shadow Effect of Shape or Char...

    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....first shape in the first worksheet, sets the sub‑properties of...

    docs.aspose.com/cells/net/working-with-the-shad...
  2. Hiding Overlaid Content with CrossHideRight whi...

    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....Prevent Exporting Hidden Worksheet Contents on Saving to HTML...

    docs.aspose.com/cells/java/hiding-overlaid-cont...
  3. How to Control Sheet Tab Bar|Documentation

    Learn how to control the sheet tab bar through the Aspose.Cells for Python via .NET API....data to cells in the first worksheet. Display the sheet tab and...

    docs.aspose.com/cells/python-net/how-to-control...
  4. Rendering Timeline|Documentation

    Manage timelines of Excel files with Aspose.Cells for Node.js via C++.... If you convert your worksheet into an image or you save...

    docs.aspose.com/cells/nodejs-cpp/rendering-time...
  5. Convert Chart to Image for Chinese Region with ...

    Learn how to use Aspose.Cells for JavaScript via C++ to configure charts for Chinese characters and formats, including fonts, sizes, text directions, and more....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...the first worksheet and first chart const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/convert-ch...
  6. Customize Globalization Settings for Pivot Tabl...

    Learn how to customize pivot table globalization settings using Aspose.Cells for C++.... SetIsVisible ( false ); Worksheet ws = wb . GetWorksheets ()...Delete Pivot Table from a Worksheet with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/customize-globalizati...
  7. 在 Jython 中拆分窗格|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....setActiveCell ( "A20" ); # Split the worksheet window workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/split-panes-in-jy...
  8. 使用 C++ 移除 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 从工作簿中删除 ActiveX 控件。...Access first shape from first worksheet Shape shape = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/remove-activex-con...
  9. How to possible top row color set like z-index ...

    @John.He , @amjad.sahi, @peyton.xu // Example: Apply background color priority - Top, Middle, Bottom Style topStyle = Worksheet.Workbook.CreateStyle(); topStyle.ForegroundColor = Color.LightGreen; topStyle.Pattern = Bac…... Bottom Style topStyle = worksheet.Workbook.CreateStyle(); topStyle...Solid; Style middleStyle = worksheet.Workbook.CreateStyle(); middleStyle...

    forum.aspose.com/t/how-to-possible-top-row-colo...
  10. Remove ActiveX Control with C++|Documentation

    Learn how to remove ActiveX Control from workbooks using Aspose.Cells for C++....Access first shape from first worksheet Shape shape = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/remove-activex-control/