Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 47,719 for

index

(0.08 sec)
  1. Copying Rows and Columns with JavaScript via C+...

    This article shows how to copy rows and columns through the Aspose.Cells for JavaScript via C++ API....the source row index, and the destination row index. Use this method...); // Copy the second row (index 1) with data, formatting, images...

    docs.aspose.com/cells/javascript-cpp/copying-ro...
  2. PdfLoadOptions.pageIndex property | Aspose.Word...

    PdfLoadOptions.pageIndex property. Gets or sets the 0-based Index of the first page to read...property Gets or sets the 0-based index of the first page to read. Default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Custom Shape|Aspose.Slides Documentation

    Add a custom shape to a PowerPoint presentation in C++...LineTo ( PointF point , uint32_t index ); void LineTo ( float x , float...float y , uint32_t index ); Add a cubic Bezier curve at the end...

    docs.aspose.com/slides/cpp/custom-shape/
  4. Managing Pictures with JavaScript via C++|Docum...

    Learn how to add and position pictures in spreadsheets using Aspose.Cells for JavaScript via C++....parameters: Upper left row index , the index of the upper left row...row. Upper left column index , the index of the upper left column...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  5. Working with GridWeb Double Click Events|Docume...

    This article introduces how to use the double click event in GridWeb....RowColumnEventArgs type that provides the index number of the column for the...RowColumnEventArgs type that provides the index number of the row for the header...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  6. 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. gradient_stops . remove_at...new gradient stop at the same index 1. gradient_stops . insert (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Specifying the Absolute Position of the Pivot I...

    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....used to specify the position index in all the PivotItems regardless...used to specify the position index in the PivotItems under the...

    docs.aspose.com/cells/net/specifying-the-absolu...
  8. Aspose::Words::Layout::PageLayoutCallbackArgs::...

    Aspose::Words::Layout::PageLayoutCallbackArgs::get_PageIndex method. Gets 0-based Index of the page in the document this event relates to. Returns negative value if there is no associated page, or if page was removed during reflow in C++....eIndex method Gets 0-based index of the page in the document...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Aspose::Words::Settings::OdsoFieldMapData::get_...

    Aspose::Words::Settings::OdsoFieldMapData::get_Column method. Specifies the zero-based Index of the column within an external data source which shall be mapped to the local name of a specific MERGEFIELD field. The default value is 0 in C++....method Specifies the zero-based index of the column within an external...

    reference.aspose.com/words/cpp/aspose.words.set...
  10. Add Image Hyperlinks with C++|Documentation

    Learn how to Add Image Hyperlinks through the Aspose.Cells for C++ API....picture to the C4 cell int index = worksheet . GetPictures ()...worksheet . GetPictures (). Get ( index ); // Set the placement type...

    docs.aspose.com/cells/cpp/add-image-hyperlinks/