Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 73,737 for

values

(0.1 sec)
  1. About sum function using in aspose word templat...

    Hi Team, How to add sum () or convert below expression in aspose word template using LINQ report engine. =CInt(Sum(Fields!NominalFrequency.Value)).ToString()...Value)).ToString() Professionalize...=CInt(Sum(Fields!NominalFrequency.Value)).ToString() with a LINQ Reporting...

    forum.aspose.com/t/about-sum-function-using-in-...
  2. Aspose::Words::VariableCollection::GetEnumerato...

    Aspose::Words::VariableCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all variable in the collection in C++....document has a collection of key/value pair variables, which we can...()); // We can display the values of variables in the document...

    reference.aspose.com/words/cpp/aspose.words/var...
  3. ChartYValue class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartYValue class. Represents an Y value for a chart series....ChartYValue class Represents an Y value for a chart series. Remarks...an Y value of a particular type. The ChartYValue.value_type property...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert HEX to CMYK in Python

    This concise guide outlines the fundamental concepts for converting HEX to CMYK in Python. It delivers an organized set of actions paired with a practical coding demonstration to convert HEX to CMYK in Python....images by determining suitable values for every pixel. Steps to Convert...SVG when converting the HEX values into the CMYK color model Instantiate...

    kb.aspose.com/svg/python/convert-hex-to-cmyk-in...
  5. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....custom function will add all the values from the cell range specified...and divide the result by the value in the 1st parameter. Here is...

    docs.aspose.com/cells/net/how-to-calculate-cust...
  6. DocumentProperty.Name | Aspose.Words for .NET

    Discover the DocumentProperty Name feature that effortlessly retrieves property names, enhancing your document management and workflow efficiency....store multiple values. if ( docProperty . Value is ICollection...foreach ( object value in docProperty . Value as ICollection <...

    reference.aspose.com/words/net/aspose.words.pro...
  7. Document.CustomDocumentProperties | Aspose.Word...

    Explore the CustomDocumentProperties property to access and manage all custom document properties efficiently, enhancing your document's functionality....store multiple values. if ( docProperty . Value is ICollection...foreach ( object value in docProperty . Value as ICollection <...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Document.BuiltInDocumentProperties | Aspose.Wor...

    Explore the BuiltInDocumentProperties property to access essential document properties, enhancing your document management and efficiency....store multiple values. if ( docProperty . Value is ICollection...foreach ( object value in docProperty . Value as ICollection <...

    reference.aspose.com/words/net/aspose.words/doc...
  9. ChartDataLabelCollection | Aspose.Words for Java

    Represents a collection of ChartDataLabel in Java....in the graph and display its value. for (ChartSeries series : chart... Allows to specify whether values from data labels range to be...

    reference.aspose.com/words/java/com.aspose.word...
  10. ChartSeriesGroup.overlap property | Aspose.Word...

    ChartSeriesGroup.overlap property. Gets or sets the percentage of how much the series bars or columns overlap....setter def overlap ( self , value : int ): ... Remarks Applies...acceptable values is from -100 to 100 inclusive. A value of 0 indicates...

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