Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 70,521 for

values

(0.94 sec)
  1. How to Format Number as Currency with C++|Docum...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....beneficial: Clarifies Financial Values : formatting a number as currency...currency makes it clear that the value represents money. For example...

    docs.aspose.com/cells/cpp/format-number-to-curr...
  2. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells for Python via .NET library....calling the Cell class' put_value method. Aspose.Cells for Python...overloaded versions of the put_value method that let developers add...

    docs.aspose.com/cells/python-net/view-and-edit-...
  3. Set Data Source for the Chart with Node.js via ...

    Learn about the various data sources supported by Aspose.Cells for Node.js via C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....sheetIndex ); // Adding sample values to cells worksheet . getCells...putValue ( 40 ); // Adding sample values to cells as category data worksheet...

    docs.aspose.com/cells/nodejs-cpp/data-formattin...
  4. ChartSeries.remove method | Aspose.Words for No...

    ChartSeries.remove method. Removes the X value, Y value, and bubble size, if supported, from the chart series at the specified index...remove(index) Removes the X value, Y value, and bubble size, if supported...how to add/remove chart data values. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartSeriesGroup.doughnut_hole_size property | ...

    ChartSeriesGroup.doughnut_hole_size property. Gets or sets the hole size of the parent doughnut chart as a percentage....doughnut_hole_size ( self , value : int ): ... Remarks Applies...acceptable values is from 0 to 90 inclusive. The default value is 75...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Table.allowOverlap property | Aspose.Words for ...

    Table.allowOverlap property. Gets whether a floating table shall allow other floating objects in the document to overlap its extents when displayed... Default value is true . get allowOverlap ()...will be thrown for any other values. table . horizontalAnchor =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartDataLabelLocationMode | Aspose.Words for Java

    Specifies how the Values u200bu200bthat specify the location of a data label - the ChartDataLabel.getLeft / ChartDataLabel.setLeftdouble and ChartDataLabel.getTop / ChartDataLabel.setTopdouble properties - are interpreted in Java....ChartDataLabelLocati Specifies how the values \u200b\u200bthat specify the...String[DATA_LENGTH]; double[] values = new double[DATA_LENGTH];...

    reference.aspose.com/words/java/com.aspose.word...
  8. IPortionEffectiveData Instance Variables Change...

    Hello Aspose Team! I’ve been under the assumption that when I call .getFormat().getEffective() on a Portion object, the resulting IPortionFormatEffective object was immutable and basically a ‘snapshot’ of the format sty…...make my own POJO to hold these values or is the use of IPortionFormatEffect...structure (POJO) to store the values you need. This approach will...

    forum.aspose.com/t/iportioneffectivedata-instan...
  9. Aspose::Words::Drawing::Charts::AxisBound::get_...

    Aspose::Words::Drawing::Charts::AxisBound::get_IsAuto method. Returns a flag indicating that axis bound should be determined automatically in C++....first array contains the X-values, // and the second contains...contains corresponding Y-values for points in the scatter chart. chart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Convert RGB to HEX in C#

    This brief topic discusses the details to convert RGB to HEX in C#. It contains the stepwise workflow and a working code snippet to convert RGB to HEX in C#....computing the corresponding values for each pixel. Steps to Convert...Aspose.SVG for converting RGB values into HEX format Create an instance...

    kb.aspose.com/svg/net/convert-rgb-to-hex-in-csh...