Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 75,406 for

values

(0.34 sec)
  1. Importing from Array|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....imported Is Vertical , a boolean value that specifies whether to import...containing names as string values string [] names = new string...

    docs.aspose.com/cells/net/importing-from-array/
  2. ModelFilePath|Documentation

    Highest-priority model source in Aspose.LLM for .NET — a local file path; bypasses all download logic....When to change it Scenario Value Default (use Hugging Face or...// Bypass the Hugging Face values on the preset. using var api...

    docs.aspose.com/llm/net/developer-reference/par...
  3. ProtectionType Enum | Aspose.Words for .NET

    Discover Aspose.Words.ProtectionType enum for robust document security. Enhance your documents with customizable protection options today!...public enum ProtectionType Values Name Value Description AllowOnlyComments...

    reference.aspose.com/words/net/aspose.words/pro...
  4. FieldArgumentBuilder.add_node method | Aspose.W...

    FieldArgumentBuilder.add_node method. Adds a node to the argument....custom string values, # depending on the true/false value of its expression...expression. To get a true/false value # that determines which string...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HtmlLoadOptions | Aspose.Words for .NET

    Discover the HtmlLoadOptions constructor, designed to effortlessly initialize instances with default settings for seamless web development....of this class with default values. public HtmlLoadOptions ()...HtmlLoadOptions (); // If the value is true, then we take VML code...

    reference.aspose.com/words/net/aspose.words.loa...
  6. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.document property. Gets or sets the [DocumentBuilder.document](./) object that this object is attached to....setter def document ( self , value : aspose . words . Document...properties to their default values using the "ClearFormatting"...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartAxis.crosses property | Aspose.Words for P...

    ChartAxis.crosses property. Specifies how this axis crosses the perpendicular axis....setter def crosses ( self , value : aspose . words . drawing ...AxisCrosses ): ... Remarks Default value is AxisCrosses.AUTOMATIC . The...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Date Axis with C++|Documentation

    Learn how to manage the date axis in Aspose.Cells for C++. Our guide will help you understand how to work with various date formats, time scales, and tick label frequencies....Get ( 0 ); // Add the sample values to cells worksheet . GetCells.... SetNumber ( 14 ); // Put values into the cells for creating...

    docs.aspose.com/cells/cpp/date-axis/
  9. AxisCrosses enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AxisCrosses enumeration. Specifies the possible crossing points for an axis....of the value axis (if possible), or at the minimum value if the...axis crosses at the maximum value of the axis. MINIMUM A perpendicular...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Caculate Formula causes some cells to return #R...

    PFA Workbook (2.5 MB) Sample code: var workbook = new Aspose.Cells.Workbook(@"02_Investment Template v01.00 - 04.29.25.xlsx"); var worksheet = workbook.Worksheets["EDA"]; var valueBefore = work…...causes some cells to return #REF value, where Excel does not Aspose...valueBefore = worksheet.Cells["CJ4"].Value; var options = new CalculationOptions...

    forum.aspose.com/t/caculate-formula-causes-some...