Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 34,114 for

index

(0.1 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Aspose::Words::Drawing::GradientStop::get_Trans...

    Aspose::Words::Drawing::GradientStop::get_Transparency method. Gets or sets a value representing the transparency of the gradient fill expressed as a percent in range 0.0 to 1.0 in C++....// Remove gradient stop at index 1. gradientStops -> RemoveAt...new gradient stop at the same index 1. gradientStops -> Insert (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::GradientStop::get_Color...

    Aspose::Words::Drawing::GradientStop::get_Color method. Gets or sets a value representing the color of the gradient stop in C++....// Remove gradient stop at index 1. gradientStops -> RemoveAt...new gradient stop at the same index 1. gradientStops -> Insert (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::Add method. Adds a specified GradientStop to a gradient in C++....// Remove gradient stop at index 1. gradientStops -> RemoveAt...new gradient stop at the same index 1. gradientStops -> Insert (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::GradientStop::get_Posit...

    Aspose::Words::Drawing::GradientStop::get_Position method. Gets or sets a value representing the position of a stop within the gradient expressed as a percent in range 0.0 to 1.0 in C++....// Remove gradient stop at index 1. gradientStops -> RemoveAt...new gradient stop at the same index 1. gradientStops -> Insert (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Lists::ListCollection::idx_get m...

    Aspose::Words::Lists::ListCollection::idx_get method. Gets a list by Index in C++....ListCollection::idx_get method Gets a list by index. System :: SharedPtr < Aspose...ListCollection :: idx_get ( int32_t index ) Examples Shows how to apply...

    reference.aspose.com/words/cpp/aspose.words.lis...
  10. How to create Dynamic Scrolling Chart with Node...

    Learn how to create a dynamic scrolling chart using Aspose.Cells for Node.js via C++. Our step-by-step guide will demonstrate how to implement smooth data transitions and automatic scrolling in your chart for a continuous and updated display.... let index = sheets . getNames (). add...sheets . getNames (). get ( index ). setRefersTo ( "=OFFSET(Sheet1...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...