Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 35,615 for

index

(0.23 sec)
  1. Create Thumbnails of Presentation Shapes in .NE...

    Generate high-quality shape thumbnails from PowerPoint slides with Aspose.Slides for .NET – easily create and export presentation thumbnails....of any slide using its ID or index. Get the shape thumbnail image...of any slide using its ID or index. Get the thumbnail image of...

    docs.aspose.com/slides/net/create-shape-thumbna...
  2. Failure to open .xlsm error: System.IndexOutOfR...

    Here is the code I am running: namespace Aspose.Cells public class Workbook : IDisposable { public Workbook(string file) } new Aspose.Cells.Workbook("attached excel file”) When I run this code against the attach…...IndexOutOfRangeExcep : Index was outside the bounds of the...array or collection using an index that is outside its valid range...

    forum.aspose.com/t/failure-to-open-xlsm-error-s...
  3. FieldCollection Class | Aspose.Words for .NET

    Discover Aspose.Words.FieldCollection, a powerful class for managing Field objects within specified document ranges, enhancing your document automation....Returns a field at the specified index. Methods Name Description Clear...Removes a field at the specified index from this collection and from...

    reference.aspose.com/words/net/aspose.words.fie...
  4. 插入时间轴|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++创建时间线。...// Access second worksheet (index 1) const sheet = workbook ....with caption "Ship Date" const index = sheet . timelines . add (...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  5. Create Access and Copy Named Ranges|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....range: FirstRow returns the index of the first row in the named...range. FirstColumn returns the index of the first column in the named...

    docs.aspose.com/cells/net/create-access-and-cop...
  6. Fit Image to Cell Width and Height in Excel usi...

    Learn how to Fit Image to Cell Width and Height in Excel using C#. Discover step-by-step instructions and code examples for project management in Excel....parameters: Upper left row index , the index of the upper left row...row. Upper left column index , the index of the upper left column...

    blog.aspose.com/cells/fit-image-to-cell-width-a...
  7. How to create Dynamic Chart with Drop‑Down List...

    Learn how to create a dynamic chart that updates based on a drop‑down list selection using Aspose.Cells for Node.js via C++. Our step‑by‑step guide will demonstrate how to integrate a drop‑down list into your chart for flexible data visualization....createCellArea ( 9 , 0 , 9 , 0 ); const _index = sheet . getValidations ()... getValidations (). get ( _index ); _va . setType ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  8. Worksheet.Copy changes the formula refs for ext...

    Hi team, I’m using Aspose.Cells 25.11 and there is an issue when copying worksheet with formulas like this =‘https://maverickcap.sharepoint.com/sites/Team/Consumer/CELH (Celsius)/7. Other/[Test_09.17.24.xlsx]Test Data’…...xlsx"); int index = srcBook.Worksheets.Add();...Add(); srcBook.Worksheets[index].Name = "newsheet"; srcBook.Worksheets[0]...

    forum.aspose.com/t/worksheet-copy-changes-the-f...
  9. Update Chart|Aspose.Slides 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....reference of a slide by using its Index. Traverse through all shapes...

    docs.aspose.com/slides/cpp/update-chart/
  10. 如何通过 C++ 使用 JavaScript 创建柱状图|Documentation

    学习如何通过 C++ API 使用 Aspose.Cells for JavaScript 创建柱状图。...charts ; // Add bar chart const index = charts . add ( AsposeCells...const chart = charts . get ( index ); // Set data for bar chart...

    docs.aspose.com/cells/zh/javascript-cpp/create-...