Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 24,386 for

range

(1.19 sec)
  1. Stroke.ForeTintAndShade | Aspose.Words for .NET

    Adjust the Stroke ForeTintAndShade property to effortlessly lighten or darken your stroke's foreground color for enhanced visual impact....allowed values are within the range from -1 (the darkest) to 1 (the...

    reference.aspose.com/words/net/aspose.words.dra...
  2. ParagraphCollection.to_array method | Aspose.Wo...

    ParagraphCollection.to_array method. Copies all paragraphs from the collection to a new array of paragraphs.... range . text : para . remove () self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Export EMLX to PCL via C++ | products.aspose.com

    C++ API to Convert EMLX to PCL without using Microsoft Word or Outlook...of APIs that provides a wide range of features for C++ developers...to HTML. It supports a wide range of email formats, including...

    products.aspose.com/total/cpp/conversion/emlx-t...
  4. Stroke.fore_tint_and_shade property | Aspose.Wo...

    Stroke.fore_tint_and_shade property. Gets or sets a double value that lightens or darkens the stroke foreground color....allowed values are within the range from -1 (the darkest) to 1 (the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StructuredDocumentTagCollection.Remove | Aspose...

    Effortlessly remove specific structured document tags using the StructuredDocumentTagCollection Remove method for streamlined document management.... Range . StructuredDocumentTa ; IStructuredDocumentT...

    reference.aspose.com/words/net/aspose.words.mar...
  6. 计算一系列单元格的总和|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....FilePath + "Calculate the sum of a range of cells.xlsx" ; string worksheetName...first and last cells in the range. uint firstRowNum = GetRowIndex...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  7. 在VSTO和Aspose.Cells中包裹单元格文本|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.... Range cellA1 = sheet . Cells . get_Range ( "A1" );.... Excel . Range cellA5 = sheet . Cells . get_Range ( "A5" );...

    docs.aspose.com/cells/zh/net/wrapping-cell-text...
  8. ExtractPages Function Removes Bookmarks - Free ...

    Hi, I am extracting pages one by one using the ExtractPages function. However, during this process, the bookmarks with the names "bm_ef269859079b419b" and "bm_b3e4256833b46067" are being removed from the extracted pages…...page if they fall within the range of the extracted pages. Here’s...foreach (Bookmark bookmark in doc.Range.Bookmarks) { // Check if the...

    forum.aspose.com/t/extractpages-function-remove...
  9. Creating Subtotals in Excel using C#

    Follow this article for creating subtotals in Excel using C#. You will get details to set the IDE, a list of steps, and a sample code showing how to create subtotal in Excel....using the array data Define the range of data by excluding the header...some sample data, define the range of data, and apply a subtotal...

    kb.aspose.com/cells/net/creating-subtotals-in-e...
  10. 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. Applying Conditional...

    docs.aspose.com/cells/go-cpp/conditional-format...