Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 19,988 for

range

(0.09 sec)
  1. Removing Header and Footer|Aspose.Words for .NET

    Remove headers or footers from a document easily and fast instead of using VSTO in C#.... Range . Paragraphs . Last . Range . Delete (); Globals...wdHeaderFooterPrimar ]. Range . Paragraphs . Last . Range . Delete (); Aspose...

    docs.aspose.com/words/net/removing-header-and-f...
  2. EditableRange.editor_group property | Aspose.Wo...

    EditableRange.editor_group property. 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....allowed to edit this editable range. @property def editor_group...simultaneously for the specific editable range, if the one is set, the other...

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

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful tool!... Range . Replace ( "Numbers" , "Numbers&p"...int replacementCount = doc . Range . Replace ( "_FullName_" , "John...

    reference.aspose.com/words/net/aspose.words/ran...
  4. Convert CSV to JSON with C++|Documentation

    Convert CSV file to JSON by using the simple to use Aspose.Cells for C++ API....provides the options for exporting range to JSON. The ExportRangeToJsonOpt...This indicates whether the range contains a header row. GetIndent()...

    docs.aspose.com/cells/cpp/convert-csv-to-json/
  5. Use Formulas Functions to Process Data|Document...

    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.... Range cellA1 = worksheet . Range [ "A1" ]; Microsoft...Interop . Excel . Range cellA2 = worksheet . Range [ "A2" ]; Microsoft...

    docs.aspose.com/cells/net/use-formulas-function...
  6. Border Settings|Documentation

    How to use the Aspose.Cells library in Node.js via C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear.... Adding Borders to a Range of Cells It is also possible...possible to add borders to a range of cells rather than just a single...

    docs.aspose.com/cells/nodejs-cpp/cells-border-s...
  7. 支持使用 C++ 在命名范围公式中支持德语区域设置|Documentation

    学习如何使用 Aspose.Cells 与 C++ 处理德语区域的命名范围公式。...name and formula for the named range const U16String name ( u "HasFormula"...GetWorksheets (); // Add a new named range and get its index int32_t nameIndex...

    docs.aspose.com/cells/zh/cpp/support-for-german...
  8. Aspose::Words::EditableRangeEnd class | Aspose....

    Aspose::Words::EditableRangeEnd class. Represents an end of an editable Range in a Word document. To learn more, visit the documentation article in C++....Represents an end of an editable range in a Word document. To learn...identifier of the editable range. virtual get_IsComposite ()...

    reference.aspose.com/words/cpp/aspose.words/edi...
  9. EditableRangeStart class | Aspose.Words for Nod...

    Aspose.Words.EditableRangeStart class. Represents a start of an editable Range in a Word document...Represents a start of an editable range in a Word document. To learn...Remarks A complete editable range in a Word document consists...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 用C++设置范围边框|Documentation

    学习如何在Aspose.Cells中用C++设置范围边框。... 创建一个 Range 。 设置范围的内部边框。 设置范围的外部边框。 #include...60 ); // Create a range (A1:C5) Range range = cells . CreateRange...

    docs.aspose.com/cells/zh/cpp/set-range-border/