Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 23,603 for

range

(0.32 sec)
  1. Alignment Settings with Golang via C++|Document...

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....CreateRange method to create a range of the cells to be merged. The...above and returns a Range object. The Range object also provides...

    docs.aspose.com/cells/go-cpp/cells-alignment-se...
  2. FieldPrintDate class | Aspose.Words for Python

    aspose.words.fields.FieldPrintDate class. Implements the PRINTDATE field... range . fields [ 0 ] . as_field_print_date...Lunar Calendar: field = doc . range . fields [ 1 ] . as_field_print_date...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Distinguish Reference-Only Formulas vs. Operati...

    I need a way to determine whether a cell’s formula in Aspose.Cells is only a reference or if it is an actual formula performing a calculation. Examples of formulas that should be treated as reference-only: =A1 =Sheet1…...simply pointing to another cell/range, or whether the formula contains...calls besides a simple cell or range reference. Here is the general...

    forum.aspose.com/t/distinguish-reference-only-f...
  4. FormField.TextInputDefault | Aspose.Words for .NET

    Discover the FormField TextInputDefault property, easily set default text or calculations for your forms, enhancing user experience and data accuracy.... Range . FormFields ; Assert . That...content. Assert . That ( doc . Range . Fields . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Convert PPTM to JSON Format via Java | products...

    Convert PPTM to JSON format via Java without using using Microsoft Excel or PowerPoint... This API provides a wide range of features for manipulating...object. Convert PPTM to JSON in Range via Java While you are converting...

    products.aspose.com/total/java/conversion/pptm-...
  6. Java API to Render PCL to TSV | products.aspose...

    Export PCL to TSV via Java API without using Microsoft Excel or Adobe Reader... This API provides a wide range of features that can be used...accuracy. It also provides a wide range of features that can be used...

    products.aspose.com/total/java/conversion/pcl-t...
  7. Merging and Unmerging Cells with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, and how to customize the merged cell style....cell in the original selected range. Introduction You don’t always...data in the other cells in the range, this data is deleted. Formatting...

    docs.aspose.com/cells/cpp/merging-and-unmerging...
  8. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells with C++....name ) { Range range = name . GetRange (); if ( range ) { std...:: cout << "refersto: " << range . GetRefersTo (). ToUtf8 ()...

    docs.aspose.com/cells/cpp/find-query-tables-and...
  9. Field.Remove | Aspose.Words for .NET

    Effortlessly remove fields from documents with the Field Remove method. Get precise node returns and handle empty fields seamlessly. Optimize your workflow!... Range . Fields ; Assert . That ( fields...field = ( FieldPrivate ) doc . Range . Fields [ 0 ]; Assert . That...

    reference.aspose.com/words/net/aspose.words.fie...
  10. StructuredDocumentTagRangeStart.removeAllChildr...

    StructuredDocumentTagRangeStart.removeAllChildren method. Removes all the nodes between this Range start node and the Range end node....nodes between this range start node and the range end node. removeAllChildren...insertStructuredDocu ( doc ); // Removes ranged structured document tag, but...

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