Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 24,015 for

range

(0.07 sec)
  1. FieldMergeBarcode.PosCodeStyle | Aspose.Words f...

    Discover the FieldMergeBarcode PosCodeStyle property for customizable Point of Sale barcodes. Support for UPCA, EAN13, and more with flexible styling options!... Range . Fields [ 0 ]. Type , Is ....FieldDisplayBarcode )); Assert . That ( doc . Range . Fields [ 0 ]. GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  2. StructuredDocumentTagRangeStart.remove_self_onl...

    StructuredDocumentTagRangeStart.remove_self_only method. Removes this Range start and appropriate Range end nodes of the structured document tag, but keeps its content inside the document tree....Removes this range start and appropriate range end nodes of the...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Comment.Accept | Aspose.Words for .NET

    Discover the Comment Accept method to enhance visitor engagement and create meaningful interactions on your site. Boost your online community today!...comments and their comment ranges using a document visitor. public...document, warp it in a comment range, and then add your comment....

    reference.aspose.com/words/net/aspose.words/com...
  4. Issue: Unable to capture clipboard paste text -...

    Hi Team, We are using Aspose.Cells.GridJs version 24.2.0.0 in our web application. We want to capture clipboard text, especially when users copy multiple cells from an external Excel file and paste them into the GridJs…...readonly/editable range you can use : xs.sheet.setEditableRange(range,isenable)...the parameters are: range:the cell range ,etc. {sri:0,sci:0,eri:2:eci:2}...

    forum.aspose.com/t/issue-unable-to-capture-clip...
  5. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...( 0 ); // Create a range A1:B2 Range range = sheet1 . GetCells...2 , 2 ); // Merge the cells range . Merge (); // Insert value...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  6. NodeType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NodeType enum to easily identify and manage different Word document node types for seamless document processing....editable range. EditableRangeEnd 12 An end of an editable range. MoveFromRangeStart...MoveFrom range. MoveFromRangeEnd 14 An end of an MoveFrom range. MoveToRangeStart...

    reference.aspose.com/words/net/aspose.words/nod...
  7. Find and Replace in PHP|Aspose.Words for .NET

    Using Aspose.Words for .NET in PHP via COM to find and replace text in MS Word documents in C#.... $doc -> Range -> Text . PHP_EOL ; // Replace...text in the document. $doc -> Range -> Replace ( "_CustomerName_"...

    docs.aspose.com/words/net/find-and-replace-in-php/
  8. 使用 JavaScript 复制带样式的范围数据,通过 C++|Documentation

    学习如何使用 C++ 中的脚本复制带格式的单元格范围。... 创建一个 Range 。 使用指定的格式属性创建一个 Style 对象。 将样式应用到数据范围。...head > < body > < h1 > Copy Range Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...
  9. Delete Named Ranges with C++|Documentation

    Learn how to remove defined names or named Ranges from Excel or OpenOffice files using Aspose.Cells for C++....Ask AI Delete Named Ranges with C++ Contents [ Hide ] Introduction...many defined names or named ranges in the Excel files, we have...

    docs.aspose.com/cells/cpp/delete-named-ranges/
  10. AutoFitterOptions for column and row AutoFit - ...

    Hi, We are trying to expose all the properties of ‘AutoFitterOptions’ for end users in our app, but there is a property called ‘MaxRowHeight’, I believe it make sense for AutoFitRows(), but how this will affect the ‘Aut…...‘AutoFitRows’ for a selected range instead of the entire column...to send parameters for the range via index of the row/column...

    forum.aspose.com/t/autofitteroptions-for-column...