Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 14,200 for

word count

(1.13 sec)
  1. Cell.IsFirstCell | Aspose.Words for .NET

    Discover the Cell IsFirstCell property, identify the first cell in a row easily, enhancing your data organization and management efficiency.... Count > 0 ) { rows = table . Rows . Count ; columns...columns = table . FirstRow . Count ; } IndentAndAppendLine ( "[Table...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Row.LastCell | Aspose.Words for .NET

    Discover the Row LastCell property to easily access the last cell in a row, enhancing your data management and analysis efficiency.... Count > 0 ) { rows = table . Rows . Count ; columns...columns = table . FirstRow . Count ; } IndentAndAppendLine ( "[Table...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Row.AcceptStart | Aspose.Words for .NET

    Discover the Row AcceptStart method, seamlessly accept visitors at the row's start for enhanced user experience and efficient navigation.... Count > 0 ) { rows = table . Rows . Count ; columns...columns = table . FirstRow . Count ; } IndentAndAppendLine ( "[Table...

    reference.aspose.com/words/net/aspose.words.tab...
  4. ChartDataPointCollection Class | Aspose.Words f...

    Discover the Aspose.Words.Drawing.Charts.ChartDataPointCollection class, your key to managing ChartDataPoint collections effortlessly for enhanced data visualization....Properties Name Description Count { get; } Returns the number...Assert . That ( chart . Series . Count , Is . EqualTo ( 3 )); Assert...

    reference.aspose.com/words/net/aspose.words.dra...
  5. DocumentVisitor.visitTableStart method | Aspose...

    DocumentVisitor.visitTableStart method. Called when enumeration of a table has started.... Words . Tables . Table ) Parameter.... rows . count > 0 ) { rows = table . rows . count ; columns...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentVisitor.visitRowStart method | Aspose.W...

    DocumentVisitor.visitRowStart method. Called when enumeration of a table row has started.... Words . Tables . Row ) Parameter Type.... rows . count > 0 ) { rows = table . rows . count ; columns...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. MailMerge.PreserveUnusedTags | Aspose.Words for...

    Discover the MailMerge PreserveUnusedTags property to manage unused mustache tags effectively, enhancing your document automation process.... Count ( f => f . Type == FieldType...That ( doc . Range . Fields . Count ( f => f . Type == FieldType...

    reference.aspose.com/words/net/aspose.words.mai...
  8. MailMerge.CleanupOptions | Aspose.Words for .NET

    Optimize your mail merge with the CleanupOptions property—easily manage which items to remove for a seamless, efficient process.... Count , Is . EqualTo ( 0 )); else...That ( doc . Range . Fields . Count , Is . EqualTo ( 2 )); Shows...

    reference.aspose.com/words/net/aspose.words.mai...
  9. VariableCollection.IndexOfKey | Aspose.Words fo...

    Discover the VariableCollection IndexOfKey method. Quickly find the zero-based index of your document variable for efficient data management.... Count , Is . EqualTo ( 3 )); // We...Assert . That ( variables . Count , Is . EqualTo ( 0 )); See Also...

    reference.aspose.com/words/net/aspose.words/var...
  10. HeaderFooterCollection class | Aspose.Words for...

    Aspose.Words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)...Properties Name Description count Gets the number of nodes in...); footer . remove (); let count = section . headersFooters ...

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