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

index

(0.53 sec)
  1. CompositeNode.selectNodes method | Aspose.Words...

    CompositeNode.selectNodes method. Selects a list of nodes matching the XPath expression.... var index = 0 ; for ( var n of nodeList...log ( `Table paragraph index ${ index ++ } , contents: \" ${...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DropDownItemCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your DropDownItemCollection with the Add method. Instantly add strings to expand your collection and improve user experience....Return Value The zero-based index at which the new element is...another item at a specified index: dropDownItems . Insert ( 3...

    reference.aspose.com/words/net/aspose.words.fie...
  3. GeneralFormatCollection.Count | Aspose.Words fo...

    Discover the GeneralFormatCollection Count property to easily access the total item count in your collection, enhancing data management efficiency.... Update (); int index = 0 ; using ( IEnumerator <...WriteLine ( $"General format index {index++}: {generalFormatEnumera...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldFormat.NumericFormat | Aspose.Words for .NET

    Discover how the FieldFormat NumericFormat property customizes numeric field results, enhancing data presentation and user experience effectively.... Update (); int index = 0 ; using ( IEnumerator <...WriteLine ( $"General format index {index++}: {generalFormatEnumera...

    reference.aspose.com/words/net/aspose.words.fie...
  5. GeneralFormatCollection.Add | Aspose.Words for ...

    Discover how to enhance your collection with the GeneralFormatCollection Add method—efficiently add versatile formats for improved data management!... Update (); int index = 0 ; using ( IEnumerator <...WriteLine ( $"General format index {index++}: {generalFormatEnumera...

    reference.aspose.com/words/net/aspose.words.fie...
  6. ChartLegendEntryCollection class | Aspose.Words...

    aspose.words.drawing.charts.ChartLegendEntryCollection class. Represents a collection of chart legend entries... Indexers Name Description __getitem__(index) Returns...ChartLegendEntry for the specified index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Bookmark class | Aspose.Words for Python

    aspose.words.Bookmark class. Represents a single bookmark...first_column Gets the zero-based index of the first column of the table...last_column Gets the zero-based index of the last column of the table...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Delete Pivot Table from a Worksheet|Documentation

    Aspose.Cells for Node.js via C++ code to remove PivotTable for Excel worksheets...removeAt(index, keepData) method to delete...Worksheet.getPivotTables().removeAt(index, keepData) method. AI Document...

    docs.aspose.com/cells/nodejs-cpp/delete-pivot-t...
  9. Aspose::Words::Vba::VbaReferenceCollection clas...

    Aspose::Words::Vba::VbaReferenceCollection class. Represents a collection of VbaReference objects. To learn more, visit the documentation article in C++....VbaReference object at the specified index. Is (const System::TypeInfo&)...VbaReference element at the specified index of the collection. static Type...

    reference.aspose.com/words/cpp/aspose.words.vba...
  10. Back to TOC shortcut is taking cursor to Ending...

    I have used below code to insert Back to TOC shortcut after every paragraph. I want to insert at end of every paragraph a shortcut which will take the users to starting of TOC. But instead it is taking to ending of TOC. …...Paragraph, true)) { int index; if (paragraph.GetAncestor(NodeType...ParagraphFormat.StyleName = "Heading 11"; index = paragraph.Document.GetChildNodes(NodeType...

    forum.aspose.com/t/back-to-toc-shortcut-is-taki...