Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 24,298 for

range

(0.18 sec)
  1. StructuredDocumentTagCollection.get_by_id metho...

    StructuredDocumentTagCollection.get_by_id method. Returns the structured document tag by identifier.... range . structured_document_tags ...document tag or ranged tag by Title. sdt = doc . range . structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....apply formats to a cell or range of cells and have that formatting...the worksheet by calling the Range.Copy() method. #include <iostream>...

    docs.aspose.com/cells/cpp/conditional-formatting/
  3. Working with GridWeb Client Side Script|Documen...

    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....functions to select range or get the selected range in GridWeb Validate...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. PageRange | Aspose.Words for Java

    Represents a continuous Range of pages in Java....PageRange Represents a continuous range of pages. To learn more, visit...extract pages based on exact page ranges. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. How to place an image in cell basically in exce...

    I have a excel sheet containing image now I want copy that image paste into another sheet cell and place the image in cell…how to do that?...Row); Range range = destCell.GetMergedRange(); if (range != null)...null) { for (int c = range.ColumnCount - 1; c > 0; c--) { columnWidth...

    forum.aspose.com/t/how-to-place-an-image-in-cel...
  6. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats.... Range cellRange , int imageResolution...imageStream ; } Scale the Cell Range Size In this approach, we will...

    docs.aspose.com/slides/net/working-solution-for...
  7. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C++...CreateOleImage ( Aspose :: Cells :: Range cellRange , int imageResolution...imageStream ; } Scale the Cell Range Size In this approach, we will...

    docs.aspose.com/slides/cpp/working-solution-for...
  8. 通过 C++ 使用 Node.js 格式化范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化 Excel 中的一组单元格。...格式化范围,可以使用以下方法: Range.applyStyle(style, flag) Range.setStyle(style)...setStyle(style) Range.setStyle(style) 示例代码 在此示例中,我们创建一个Excel工作簿,添加一些示例数据...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-form...
  9. Convert PPSM to JSON Format via Java | products...

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

    products.aspose.com/total/java/conversion/ppsm-...
  10. Add Borders in Excel using Java

    Add borders in Excel using Java with the help of this article. Get IDE settings, a list of steps, and a sample code to create a border in Excel using Java....sample values in a cell Create a range around the desired set of cells...a border around the defined range using the border type and color...

    kb.aspose.com/cells/java/add-borders-in-excel-u...