Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 36,097 for

index

(0.09 sec)
  1. VbaReferenceCollection.RemoveAt | Aspose.Words ...

    Effortlessly manage your VbaReferenceCollection with the RemoveAt method to delete elements by Index, enhancing your VBA coding efficiency....VbaReference element at the specified index of the collection. public void...void RemoveAt ( int index ) Examples Shows how to get/remove an...

    reference.aspose.com/words/net/aspose.words.vba...
  2. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....ILayoutSlide InsertClone(int index, ILayoutSlide sourceLayout);...layoutName); ILayoutSlide Insert(int index, SlideLayoutType layoutType...

    docs.aspose.com/slides/net/public-api-and-backw...
  3. How to Use Color Palette with C++|Documentation

    C++ code to add custom colors to the palette and use Excel color palette with Aspose.Cells for C++ API.... Index, the index of the color in the palette...Orchid color to the palette at index 55 workbook . ChangePalette...

    docs.aspose.com/cells/cpp/excel-color-palette/
  4. Create Pivot Table in xlsx4j|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....PivotTables collection by passing its index. # Use any of the pivot table...PivotTable to the worksheet int index = pivotTables . add ( "=A1:C8"...

    docs.aspose.com/cells/java/create-pivot-table-i...
  5. Aspose::Words::Settings::OdsoRecipientDataColle...

    Aspose::Words::Settings::OdsoRecipientDataCollection::idx_get method. Gets or sets an item in this collection in C++....OdsoRecipientDataCol :: idx_get ( int32_t index ) See Also Class OdsoRecipientData...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. Fill.gradientStops property | Aspose.Words for ...

    Fill.gradientStops property. Gets a collection of [GradientStop](../../gradientstop/) objects for the fill....// Remove gradient stop at index 1. gradientStops . removeAt...new gradient stop at the same index 1. gradientStops . insert (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. GradientStopCollection.count property | Aspose....

    GradientStopCollection.count property. Gets an integer value indicating the number of items in the collection....// Remove gradient stop at index 1. gradientStops . removeAt...new gradient stop at the same index 1. gradientStops . insert (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. GradientStop.color property | Aspose.Words for ...

    GradientStop.color property. Gets or sets a value representing the color of the gradient stop....// Remove gradient stop at index 1. gradientStops . removeAt...new gradient stop at the same index 1. gradientStops . insert (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. How to Remove Comment in Excel using Java

    In this article, you will learn how to remove comment in Excel using Java. The sample code and the step-by-step guide explains the process to remove comments from Excel using Java....Workbook class Specify the index to access a Worksheet Get access...file and a worksheet with its index value. Subsequently, delete...

    kb.aspose.com/cells/java/how-to-remove-comment-...
  10. BookmarksOutlineLevelCollection class | Aspose....

    Aspose.Words.Saving.BookmarksOutlineLevelCollection class. A collection of individual bookmarks outline level...indexOfKey(name) Returns the zero-based index of the specified bookmark in...removeAt(index) Removes a bookmark at the specified index. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...