Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 12,916 for

word count

(0.07 sec)
  1. Working with DataTable Objects in Java|Aspose.W...

    Treat DataTable row objects in template expressions as enumerations of their rows when building a report in Java....DataTable instance, you can count its rows using the following...following syntax. persons . count () Working with DataSet objects in...

    docs.aspose.com/words/java/working-with-datatab...
  2. CommentCollection indexer | Aspose.Words for Py...

    CommentCollection indexer. Retrieves a [Comment](../../comment/) at the given index.... count ) # Below are two ways of removing...assertEqual ( 1 , comment . replies . count ) # 2 - Use the "RemoveAllReplies"...

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

    Discover the OdsoFieldMapData Name property, easily link external data columns with customizable indexing. Simplify data management effortlessly!... Count , Is . EqualTo ( 30 )); using...Assert . That ( dataCollection . Count , Is . EqualTo ( 29 )); // Use...

    reference.aspose.com/words/net/aspose.words.set...
  4. TableCollection.ToArray | Aspose.Words for .NET

    Effortlessly convert your TableCollection to an array with the ToArray method, simplifying data management and enhancing your application's performance.... Count ; i ++) { Console . WriteLine...for ( int j = 0 ; j < rows . Count ; j ++) { Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.tab...
  5. CellCollection.ToArray | Aspose.Words for .NET

    Effortlessly convert your CellCollection to a new array with the ToArray method, streamlining data management and enhancing performance.... Count ; i ++) { Console . WriteLine...for ( int j = 0 ; j < rows . Count ; j ++) { Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.tab...
  6. FormFieldCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FormFieldCollection class, your go-to solution for managing all form fields in a document with ease and efficiency....Properties Name Description Count { get; } Returns the number...comboBox . DropDownItems . Count , Is . EqualTo ( 3 )); Assert...

    reference.aspose.com/words/net/aspose.words.fie...
  7. BaseWebExtensionCollection1.Item | Aspose.Words...

    Discover the BaseWebExtensionCollection Item property to easily manage items by index. Simplify your development with efficient data handling today!... Count , Is . EqualTo ( 1 )); // Print...doc . WebExtensionTaskPane . Count , Is . EqualTo ( 0 )); See Also...

    reference.aspose.com/words/net/aspose.words.web...
  8. AdjustmentCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.AdjustmentCollection class—your solution for managing readonly adjustment values for shapes. Enhance your document designs effortlessly!...Properties Name Description Count { get; } Gets the number of...Assert . That ( adjustments . Count , Is . EqualTo ( 1 )); Adjustment...

    reference.aspose.com/words/net/aspose.words.dra...
  9. TxtListIndentation Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.TxtListIndentation class to customize list indentation levels for seamless Text format exports. Enhance your document formatting!... Count { get; set; } Gets or sets how...Character = ' ' ; // Set the "Count" property to specify the number...

    reference.aspose.com/words/net/aspose.words.sav...
  10. CellCollection indexer | Aspose.Words for Python

    CellCollection indexer. Retrieves a [Cell](../../cell/) at the given index.... 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...