Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 21,626 for

range

(0.06 sec)
  1. Range.formFields property | Aspose.Words for No...

    Range.formFields property. Returns a [Range.formFields](./) collection that represents all form fields in the Range....property Range.formFields property Returns a Range.formFields...represents all form fields in the range. get formFields () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Accessing Cells of a Worksheet|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....Articles Named Ranges Accessing Maximum Display Range of Worksheet...display range. The maximum display range - the range of cells...

    docs.aspose.com/cells/java/accessing-cells-of-a...
  3. Aspose::Words::EditableRange::get_EditorGroup m...

    Aspose::Words::EditableRange::get_EditorGroup method. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable Range in C++....allowed to edit this editable range. Aspose :: Words :: EditorType...simultaneously for the specific editable range, if the one is set, the other...

    reference.aspose.com/words/cpp/aspose.words/edi...
  4. Add Headers and Footers|Aspose.Words for .NET

    Add headers or footers into a document easily and fast instead of using VSTO in C#.... Range headerRange = section . Headers...WdHeaderFooterIndex . wdHeaderFooterPrimar ]. Range ; headerRange . Fields . Add...

    docs.aspose.com/words/net/add-headers-and-footers/
  5. TxtLoadOptions.detectHyperlinks property | Aspo...

    TxtLoadOptions.detectHyperlinks property. Specifies either to detect hyperlinks in text... range . fields ) console . log ( field.... result ); expect ( doc . range . fields . at ( 0 ). result...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Modify an Existing Style|Documentation

    Learn how to change styles in Excel with Microsoft Excel and with Aspose.Cells for Java API....and apply it to the selected range. Using Aspose.Cells Aspose.Cells...style applied to a cell or range. The Style.update method behaves...

    docs.aspose.com/cells/java/modify-an-existing-s...
  7. Convert MD to ODP via Java API | products.aspos...

    Java API to Convert MD to ODP without using Microsoft Word...suite of APIs provides a wide range of features and capabilities...to PPTX. This API provides a range of features that make it easy...

    products.aspose.com/total/java/conversion/md-to...
  8. CellsException: Invalid shift option with inser...

    When I use the insertCutCells method exactly as outlined here and I provide the ShiftType.NONE option, I always get the error: com.aspose.cells.CellsException: Invalid shift option. I want to do a cut, but not insert t…...selecting range 2) shortcut ctrl + x 3) selecting another range 4) shortcut...Use Cells.cut() to cut the range you want. Use Cells.insertCutCells()...

    forum.aspose.com/t/cellsexception-invalid-shift...
  9. 使用GridJs的高亮功能|Documentation

    本文介绍如何在GridJs中对单元格文本、单元格范围、形状和图片进行突出显示。...text //it support multiple range postion inside one cell 在活动工作表中为单元格文本数组删除突出显示...of cell range sci : start column index of cell range eri : end...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  10. Extarct content from Excel and populate in word...

    I am extracting content from an Excel sheet and inserting it into a Word document using the following method: private static void InsertHtmlTable(DocumentBuilder builder, Workbook workbook, Worksheet worksheet, Range ra…...workbook, Worksheet worksheet, Range range, ReplacingArgs e) { string...GetHtmlStream(workbook, worksheet, range); builder.InsertHtml(htmlContent);...

    forum.aspose.com/t/extarct-content-from-excel-a...