Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 12,881 for

word count

(0.05 sec)
  1. RowCollection.to_array method | Aspose.Words fo...

    RowCollection.to_array method. Copies all rows from the collection to a new array of rows.... count : print ( f 'Start of Table...rows )) j = 0 while j < rows . count : print ( f ' \t Start of Row...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CellCollection.to_array method | Aspose.Words f...

    CellCollection.to_array method. Copies all cells from the collection to a new array of cells.... count : print ( f 'Start of Table...rows )) j = 0 while j < rows . count : print ( f ' \t Start of Row...

    reference.aspose.com/words/python-net/aspose.wo...
  3. VbaReference Class | Aspose.Words for .NET

    Discover Aspose.Words.Vba.VbaReference class for seamless integration with Automation type libraries and VBA projects. Enhance your document automation today!... Count ); for ( int i = references . Count - 1 ; i >=...AreEqual ( 4 , references . Count ); references . Remove ( references...

    reference.aspose.com/words/net/aspose.words.vba...
  4. CustomPartCollection.add method | Aspose.Words ...

    CustomPartCollection.add method. Adds an item to the collection.... words . markup . CustomPart ): .....doc . package_custom_parts . count ) # Clone the second part, then...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Table.FirstRow | Aspose.Words for .NET

    Discover the FirstRow property of tables, effortlessly access the first row node for streamlined data management and enhanced table functionality.... Count ); Assert . AreEqual ( 4 , tables...tables [ 1 ]. Rows . Count ); foreach ( Table table in tables...

    reference.aspose.com/words/net/aspose.words.tab...
  6. CustomPartCollection.Clear | Aspose.Words for .NET

    Effortlessly clear your CustomPartCollection with our efficient Clear method, removing all elements for seamless management and enhanced performance.... Count ); // Clone the second part...doc . PackageCustomParts . Count ); // Enumerate over the collection...

    reference.aspose.com/words/net/aspose.words.mar...
  7. VbaReferenceType enumeration | Aspose.Words for...

    Aspose.Words.Vba.VbaReferenceType enumeration. Allows to specify the type of a [VbaReference](../vbareference/) object.... count ). toEqual ( 5 ); for ( let...let i = references . count - 1 ; i >= 0 ; i -- ) { let reference...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CustomPartCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your project with the CustomPartCollection Add method—quickly add items to your collection for seamless integration and efficiency.... Count ); // Clone the second part...doc . PackageCustomParts . Count ); // Enumerate over the collection...

    reference.aspose.com/words/net/aspose.words.mar...
  9. CustomPartCollection.GetEnumerator | Aspose.Wor...

    Explore the CustomPartCollection GetEnumerator method to effortlessly iterate through all items in your collection. Streamline your data management today!... Count ); // Clone the second part...doc . PackageCustomParts . Count ); // Enumerate over the collection...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Table.firstRow property | Aspose.Words for Node.js

    Table.firstRow property. Returns the first [Row](../../../aspose.Words.tables/row/) node in the table.... Words . Tables . Row Examples Shows...expect ( tables [ 0 ]. rows . count ). toEqual ( 5 ); expect ( tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...