Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 37,036 for

index

(0.63 sec)
  1. Insert Timeline|Documentation

    Learn how to create a timeline with 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/javascript-cpp/create-tim...
  2. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection class. A collection of individual bookmarks outline level. To learn more, visit the documentation article in C++....outline level at the specified index. idx_set (const System::String&...outline level at the specified index. IndexOfKey (const System::String&)...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Working with Aspose.Cells.GridDesktop Events|Do...

    This article introduces how to use events in GridDesktop.... You may get the column index by using the Aspose.Cells.GridDesktop...WorksheetEventArgs argument’s Index property. AfterInsertRows Occurs...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. Aspose::Words::Fields::FieldFormat class | Aspo...

    Aspose::Words::Fields::FieldFormat class. Provides typed access to field's numeric, date and time, and general formatting. To learn more, visit the documentation article in C++....field -> Update (); int32_t index = 0 ; { System :: SharedPtr...u "General format index {0}: {1}" , index ++ , generalFormatEnumera...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::HeaderFooterCollection class | A...

    Aspose::Words::HeaderFooterCollection class. Provides typed access to HeaderFooter nodes of a Section. To learn more, visit the documentation article in C++....a HeaderFooter at the given index. idx_get (Aspose::Words::HeaderFooterType)...>&) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/cpp/aspose.words/hea...
  6. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in JavaScript via C++ to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....added FormatConditions via its index const conditionCollection =...added FormatCondition via its index const formatCondition = conditionCollection...

    docs.aspose.com/cells/javascript-cpp/apply-shad...
  7. Aspose::Words::RunCollection class | Aspose.Wor...

    Aspose::Words::RunCollection class. Provides typed access to a collection of Run nodes. To learn more, visit the documentation article in C++....Retrieves a Run at the given index. IndexOf (const System::Sha...>&) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/cpp/aspose.words/run...
  8. How to Use Color Palette|Documentation

    JavaScript code to add custom colors to the palette and use Excel color palette with Aspose.Cells for JavaScript via C++.... Index – the index of the color in the palette...to the palette at the 55th index workbook . changePalette ( Color...

    docs.aspose.com/cells/javascript-cpp/excel-colo...
  9. BuiltInDocumentProperties class | Aspose.Words ...

    aspose.words.properties.BuiltInDocumentProperties class. A collection of built-in document properties...objects by their names (using an indexer) and via a set of typed properties...DocumentPropertyColl Indexers Name Description __getitem__(index) Properties...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Empty page not getting removed - Free Support F...

    Hi Team, I have the following code that removes empty pages in document. But in one particular document , empty page (page number 3 ) is not getting removed. Providing the code for reference and attaching the document…...getCount(); for (int index = nodeCount - 1; index >= 0; index--) { Node...Node node = nodeCollection.get(index); if (node.getNodeType() ==...

    forum.aspose.com/t/empty-page-not-getting-remov...