Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 24,015 for

range

(0.13 sec)
  1. Missing text in labels - Free Support Forum - a...

    Hi, when I try to get an image from a chart in Excel, only parts of the labels are picked. In the example, you will see that ‘Type…’ is missing. Here is the code: Aspose.Cells.License lic = new Cells.License(); lic…...Range range = excelWorksheet.Workbook...CellsHelper.CellIndexToName(range.FirstRow, range.FirstColumn); string...

    forum.aspose.com/t/missing-text-in-labels/310539
  2. Aspose.Cells 17.1.0 中的公共API更改|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....GetObjectByIndex ( 0 ); //Create a range intrusive_ptr < IRange > rng...//Set its name to make it named range rng -> SetName (( intrusive_ptr...

    docs.aspose.com/cells/zh/go-cpp/public-api-chan...
  3. Aspose.Cells 17.1.0 中的公共API更改|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....GetObjectByIndex ( 0 ); //Create a range intrusive_ptr < IRange > rng...//Set its name to make it named range rng -> SetName (( intrusive_ptr...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  4. Convert ODP to JSON format via C++ | products.a...

    Export ODP to JSON format in C++ without using Microsoft Excel or Powerpoint... It supports a wide range of file formats, including ODP...applications. It supports a wide range of file formats, including JSON...

    products.aspose.com/total/cpp/conversion/odp-to...
  5. Data Sorting|Documentation

    Learn how to sort data by using the Aspose.Cells for JavaScript via C++ API.... CellArea : the range of cells. Define the cell area...1 ; // Create a cells area (range). const ca = new AsposeCells...

    docs.aspose.com/cells/javascript-cpp/sort-data-...
  6. Row class | Aspose.Words for Python

    aspose.words.tables.Row class. Represents a table row...(Inherited from Node ) range Returns a Range object that represents...Table ( doc ) for row_id in range ( 1 , row_count + 1 ): row =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Cell class | Aspose.Words for Python

    aspose.words.tables.Cell class. Represents a table cell...(Inherited from Node ) range Returns a Range object that represents...Table ( doc ) for row_id in range ( 1 , row_count + 1 ): row =...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Excel crash when open it - Free Support Forum -...

    Hello There, When i draw a shape with below then excel is crashed i assigned width from shapePathBottom.WidthPixel but it is return negative value below is sample code for draw a line shape ShapePath shapePathBottom …...We have adjusted the valid range of insert values. Here is the...informing us can you give me range or max value now allowed to...

    forum.aspose.com/t/excel-crash-when-open-it/315455
  9. How to change number format to percentage upto ...

    I’m attaching a sample excel file. In the file as shown for the data labels we need the percentage format up to 1 decimal place. How can I set that? PieChartDecimalFormat.zip (10.7 KB)...the changes to the specified range. Save the modified workbook...percentage format for the specified range in your workbook to show one...

    forum.aspose.com/t/how-to-change-number-format-...
  10. Split a Document in Node.js|Aspose.Words for No...

    Split a document into several files using Node.js. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page Ranges....document by pages or by page ranges. Both splitting options will...document page by page, by page ranges, or starting with the specified...

    docs.aspose.com/words/nodejs-net/split-a-document/