Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 3,412 for

numeric

(0.08 sec)
  1. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::RemoveAt method. Removes a general format occurrence at the specified index in C++.... // 1 - Numeric format: System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Font method. Provides access to font formatting of the tick labels in C++....the X-axis and respective numeric values for the Y-axis. chart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Fields::Field::get_Format method...

    Aspose::Words::Fields::Field::get_Format method. Gets a FieldFormat object that provides typed access to field's formatting in C++.... // 1 - Numeric format: System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_MinorUnit method. Returns or sets the distance between minor tick marks in C++....the X-axis and respective numeric values for the Y-axis. chart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Reading and Writing DBF Files|Documentation

    Aspose.Cells is a Java library for working with spreadsheet files, which supports reading and writing dBASE III and IV (DBF) files. This article explains how to import data from and export data to DBF files using Aspose.Cells, including file format details, supported features, and step-by-step examples....files, including character, numeric, date, and logical fields....mapped to character (C) fields. Numeric values (integers and decimals)...

    docs.aspose.com/cells/java/reading-and-writing-...
  6. ChartAxis | Aspose.Words for Java

    Represents the axis options of the chart in Java....the X-axis and respective numeric values for the Y-axis. chart...the X-axis and respective numeric values for the Y-axis. chart...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose.Words.Fields | Aspose.Words for .NET

    Discover the Aspose.Words.Fields namespace, featuring powerful classes to seamlessly manage Microsoft Word fields in your documents for enhanced editing and automation....Provides typed access to field’s numeric, date and time, and general...format that is applied to a numeric, text, or any field result...

    reference.aspose.com/words/net/aspose.words.fie...
  8. How to Format Number as Currency|Documentation

    This article will introduce how to format number to currency using Aspose.Cells for JavaScript via C++ API....misinterpreted as general numerical values rather than amounts...cells . get ( "A1" ); // Set a numeric value to the cell a1 . value...

    docs.aspose.com/cells/javascript-cpp/format-num...
  9. Manage data of Excel files with C++|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells library using C++....Specifies that cell value is numeric. IsString Specifies that cell...of a Worksheet Convert Text Numeric Data to Number Creating Subtotals...

    docs.aspose.com/cells/cpp/view-and-edit-excel-d...
  10. Values between 2^31 and 2^32 − 1 become two’s c...

    We are using a the below script to generate excel files from csv: // Values between 2^31 and 2^32 - 1 appear as their two’s complement negative equivalents when the CSV is converted to EXCEL using the below logic. const…...Cells to automatically convert numeric data. Ensure that the values...allowing Aspose.Cells to handle numeric data conversion automatically...

    forum.aspose.com/t/values-between-2-31-and-2-32...