Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 24,160 for

range

(0.1 sec)
  1. 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...
  2. Data Validation|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....only dates within a certain range. With data validation, you can...entered into a cell, or cell range. Below, code snippets illustrate...

    docs.aspose.com/cells/java/data-validation/
  3. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your document and replace it with the text you want using Python.... range . text ) doc . range . replace ( "_CustomerName_"...text after replace: " + doc . range . text ) # Save the modified...

    docs.aspose.com/words/python-net/find-and-replace/
  4. Work with Bookmarks|Aspose.Words for .NET

    Add a bookmark into a document. NPOI does not provide an opportunity to work with bookmarks using C#....document can overlap and span any range. Badly formed bookmarks or bookmarks...Bookmark bookmark1 = doc . Range . Bookmarks [ 0 ]; // By name...

    docs.aspose.com/words/net/working-with-bookmark...
  5. 用 Node.js 在工作表中移动单元格范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 移动工作表中的单元格范围。... getCells (); const range = cells . createRange ( "A1"..."B5" ); //move the range to right. range . moveTo ( 0 , 2 );...

    docs.aspose.com/cells/zh/nodejs-cpp/move-range-...
  6. 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...
  7. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for .NET API....only dates within a certain range. With data validation, you can...entered into a cell, or cell range. Below, code snippets illustrate...

    docs.aspose.com/cells/net/data-validation/
  8. Data Validation with Golang via C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....only dates within a certain range. With data validation, you can...entered into a cell, or cell range. Below, code snippets illustrate...

    docs.aspose.com/cells/go-cpp/data-validation/
  9. FieldMergeBarcode.FixCheckDigit | Aspose.Words ...

    Optimize your FieldMergeBarcode with the FixCheckDigit property to ensure accurate check digit validation and enhance data integrity effortlessly.... Range . Fields [ 0 ]. Type , Is ....FieldDisplayBarcode )); Assert . That ( doc . Range . Fields [ 0 ]. GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, and format tables of Excel files using the Aspose.Cells library.... Named ranges assigned to rows and columns...Microsoft Excel Selecting the data range for creating a List object....

    docs.aspose.com/cells/python-net/create-and-for...