Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 35,544 for

index

(0.1 sec)
  1. Odso.RecipientDatas | Aspose.Words for .NET

    Manage your mail merge effortlessly with Odso RecipientDatas. Control inclusion/exclusion of records with a reliable, always-available collection.... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...( $"Odso recipient data index {index++} will {(enumerator.Current...

    reference.aspose.com/words/net/aspose.words.set...
  2. OdsoRecipientData.Column | Aspose.Words for .NET

    Discover the OdsoRecipientData Column property, easily identify unique data columns for records, enhancing data management. Default value is 0.... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...( $"Odso recipient data index {index++} will {(enumerator.Current...

    reference.aspose.com/words/net/aspose.words.set...
  3. BookmarksOutlineLevelCollection.RemoveAt | Aspo...

    Easily manage your bookmarks with the RemoveAt method. Quickly remove bookmarks by Index for a streamlined experience in your application!...specified index. public void RemoveAt ( int index ) Parameter...Type Description index Int32 The zero based index. Examples Shows...

    reference.aspose.com/words/net/aspose.words.sav...
  4. VariableCollection.indexOfKey method | Aspose.W...

    VariableCollection.IndexOfKey method. Returns the zero-based Index of the specified document variable in the collection....indexOfKey(name) Returns the zero-based index of the specified document variable...variable. Returns The zero based index. Negative value if not found...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Saving::PageRange::PageRange con...

    Aspose::Words::Saving::PageRange::PageRange constructor. Creates a new page range object in C++....zero-based index. to int32_t The ending page zero-based index. If it...it exceeds the index of the last page in the document, it is...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Document::get_PackageCustomParts...

    Aspose::Words::Document::get_PackageCustomParts method. Gets or sets the collection of custom parts (arbitrary content) that are linked to the OOXML package using "unknown relationships" in C++....-> GetEnumerator (); int32_t index = 0 ; while ( enumerator ->...:: Format ( u "Part index {0}:" , index ) << std :: endl ; std...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Aspose::Words::Markup::CustomPart::get_Relation...

    Aspose::Words::Markup::CustomPart::get_RelationshipType method. Gets or sets the relationship type from the parent part to this custom part in C++....-> GetEnumerator (); int32_t index = 0 ; while ( enumerator ->...:: Format ( u "Part index {0}:" , index ) << std :: endl ; std...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Aspose::Words::Markup::CustomPart::get_Name met...

    Aspose::Words::Markup::CustomPart::get_Name method. Gets or sets this part's absolute name within the OOXML package or the target URL in C++....-> GetEnumerator (); int32_t index = 0 ; while ( enumerator ->...:: Format ( u "Part index {0}:" , index ) << std :: endl ; std...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. BookmarkCollection | Aspose.Words for Java

    A collection of Bookmark objects that represent the bookmarks in the specified range in Java....the bookmark collection by index or name, and their names can...get(int index) Returns a bookmark at the specified index. get(String...

    reference.aspose.com/words/java/com.aspose.word...
  10. Access GridRow in a Worksheet|Documentation

    This article introduces how to get row object (GridRow) in the Worksheet in GridDesktop.... Index + " " + row . Height ); } Compare...Console . WriteLine ( row . Index + " " + row . Height ); } However...

    docs.aspose.com/cells/net/aspose-cells-griddesk...