Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 37,077 for

index

(2.12 sec)
  1. 如何使用C++通过JavaScript创建带有下拉列表的动态图表|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++创建根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到图表中以实现灵活的数据可视化。...createCellArea ( 9 , 0 , 9 , 0 ); const _index = sheet . validations . add...sheet . validations . get ( _index ); _va . type = ValidationType...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  2. Open+save produces invalid XML — Incorrect char...

    Hi there, we identified two issues related to chart axis elements and GUID lowercasing that cause a “Repair” message to show up when opening the output file in Excel Desktop for Windows. I was able to identify the root c…...majorGridlines at index ${inputMgIdx}, title at index ${inputTitleIdx}...majorGridlines at index ${outputMgIdx}, title at index ${outputTitleIdx}...

    forum.aspose.com/t/open-save-produces-invalid-x...
  3. Fill Settings|Documentation

    Learn how to customize the fill settings, background, and style of cells using the Aspose.Cells library for JavaScript via C++....worksheet by passing its sheet index const worksheet = workbook ...custom color to be added. Index – the index of the color in the palette...

    docs.aspose.com/cells/javascript-cpp/cells-fill...
  4. 在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....a worksheet using its sheet index workbook . getWorksheets ()...

    docs.aspose.com/cells/zh/java/removing-workshee...
  5. Extract Images from PDF File|Aspose.PDF for Java

    This section shows how to extract images from PDF file using Java library....collection using the image index. Use the XImage object’s save(...

    docs.aspose.com/pdf/java/extract-images-from-pd...
  6. PersonCollection.Contains | Aspose.Words for .NET

    Discover if a PersonCollection includes a specific individual with our efficient Contains method. Simplify your data management today!...from the collection by the index. persons . RemoveAt ( 0 ); Assert...

    reference.aspose.com/words/net/aspose.words.bib...
  7. CustomDocumentProperties.Add | Aspose.Words for...

    Create unique custom document properties effortlessly with the Add method. Enhance your documents with tailored String data types for optimal performance.... // 1 - Remove by index: properties . RemoveAt ( 1 );...document. // 1 - Remove by index: properties . RemoveAt ( 1 );...

    reference.aspose.com/words/net/aspose.words.pro...
  8. VbaModuleCollection.Remove | Aspose.Words for .NET

    Effortlessly remove specific modules from your VbaModuleCollection with our easy-to-use Remove method. Streamline your VBA projects today!...in the collection either by index or by name. vbaModules [ 0 ]...

    reference.aspose.com/words/net/aspose.words.vba...
  9. Section|Aspose.Slides for PHP Documentation

    Manage slide sections in PHP with Aspose.Slides: create, rename, reorder easily, move slides between sections, and control visibility for PPT, PPTX and ODP....try { // Access a section by index. $section = $presentation ->...

    docs.aspose.com/slides/php-java/examples/elemen...
  10. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python....reference to a slide using its index. Add a chart with some data...Set the index of the chart data sheet. worksheet_index = 0 # Get...

    docs.aspose.com/slides/python-net/create-chart/