Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 46,603 for

index

(0.16 sec)
  1. How to Create Dynamic Chart with Dropdownlist w...

    Learn how to create a dynamic chart that updates based on a drop-down list selection using Aspose.Cells for 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 ); int _index = sheet . GetValidations ()... GetValidations (). Get ( _index ); _va . SetType ( ValidationType...

    docs.aspose.com/cells/cpp/create-dynamic-chart-...
  2. Format Rows and Columns with Node.js via C++|Do...

    Aspose.Cells for Node.js via C++ can support change row height or column width, as well as apply formatting on rows or columns....parameters as follows: Row index , the index of the row that you’re...following parameters: Column index , the index of the column that you’re...

    docs.aspose.com/cells/nodejs-cpp/adjusting-row-...
  3. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in Java...slide’s reference through its index. Create an ITable object and...slide’s reference through its index. Define an array of columnWidth...

    docs.aspose.com/slides/java/manage-rows-and-col...
  4. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in Java...slide’s reference through its index. Create an ITable object and...slide’s reference through its index. Define an array of columnWidth...

    docs.aspose.com/slides/androidjava/manage-rows-...
  5. Hiding and Showing Rows and Columns with JavaSc...

    Learn how to hide and show rows and columns in a worksheet using Aspose.Cells for JavaScript via C++....methods take the row and column index as a parameter to hide the specific...parameters: Row or column index - the index of a row or column that...

    docs.aspose.com/cells/javascript-cpp/hiding-and...
  6. Glyph constructor | Aspose.Words for Python

    Glyph constructor. Initializes new instance of this class....Glyph constructor Glyph(glyph_index, advance, advance_offset, ascender_offset)...def __init__ ( self , glyph_index : int , advance : int , advance_offset...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Settings::MailMergeSettings::get...

    Aspose::Words::Settings::MailMergeSettings::get_ActiveRecord method. Specifies the one-based Index of the record from the data source which shall be displayed in Microsoft Word. The default value is 1 in C++....method Specifies the one-based index of the record from the data...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. Aspose::Words::NodeCollection class | Aspose.Wo...

    Aspose::Words::NodeCollection class. Represents a collection of nodes of a specific type. To learn more, visit the documentation article in C++....Retrieves a node 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/nod...
  9. TextColumnCollection class | Aspose.Words for P...

    aspose.words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a section of a document... Use the indexer to access individual TextColumn...margins. Indexers Name Description __getitem__(index) Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extracting Tracked Changes - Section/Paragraph ...

    Hello, Just wondering if it’s possible when extracting tracked changes from a document, if you can identity the section or paragraph number where each tracked change occurred?...the section number (1-based index) int sectionIndex = doc.IndexOf(paragraph...(1-based index) int paragraphIndex = paragraph.Index + 1; // Output...

    forum.aspose.com/t/extracting-tracked-changes-s...