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...
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...
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...
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...
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 ...