Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 24,160 for

range

(0.23 sec)
  1. 使用C++更改单元格对齐方式并保持现有格式|Documentation

    使用Aspose.Cells库更改单元格对齐方式并保留现有格式...Get ( 0 ); // Create cells range. Range rng = ws . GetCells ()....( true ); // Apply style to range of cells. rng . ApplyStyle (...

    docs.aspose.com/cells/zh/cpp/change-cells-align...
  2. MailMergeOptions.use_whole_paragraph_as_region ...

    MailMergeOptions.use_whole_paragraph_as_region property. Gets or sets a value indicating whether whole paragraph with TableStart or TableEnd field or particular Range between TableStart and TableEnd fields should be included into mail merge region....TableEnd field or particular range between TableStart and TableEnd...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Filter Messages From Exchange Mailbox using Web...

    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.... Filter Criteria Date Range The following code snippet shows...emails on the basis of the date range. Filter Criteria Specific Sender...

    docs.aspose.com/email/net/filter-messages-from-...
  4. Insert Pivot Table|Documentation

    Create and format pivot tables of Excel spreadsheet files....assigning a range of cells as the data source, the range must go...

    docs.aspose.com/cells/nodejs-cpp/create-pivot-t...
  5. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change direction of outline summary rows below detail by using the Aspose.Cells for .NET API.... CellArea – The range to apply subtotal on GroupBy...Subtotal has been applied to range A2:B11 and the direction of...

    docs.aspose.com/cells/net/applying-subtotal-and...
  6. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change the direction of outline summary rows below detail by using the Aspose.Cells for Python via .NET API.... ca - The range to apply subtotal on group_by...subtotal has been applied to range A2:B11 and the direction of...

    docs.aspose.com/cells/python-net/applying-subto...
  7. EditorType enumeration | Aspose.Words for Python

    aspose.words.EditorType enumeration. Specifies the set of possible aliases (or editing groups) which can be used as aliases to determine if the current user shall be allowed to edit a single Range defined by an editable Range within a document....edit a single range defined by an editable range within a document...be allowed to edit editable ranges using this editing type when...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Format Worksheet Cells in a Workbook|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.... Format data in a named range. Change data alignment and orientation...Cells lets you draw cell and range borders quickly and easily....

    docs.aspose.com/cells/java/format-worksheet-cel...
  9. ListLevel.get_effective_value method | Aspose.W...

    ListLevel.get_effective_value method. Reports the string representation of the [ListLevel](../) object for the specified index of the list item...the list item (must be in the range from 1 to 32767). number_style...error(ArgumentOutOfRangeEx)) index is out of range. Examples Shows how to get the...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C++ API with Aspose.Cells library....initialized cells else { Range range = sheet . GetCells (). GetMaxDisplayRange...GetMaxDisplayRange (); auto rangeIterator = range . GetEnumerator (); if ( rangeIterator...

    docs.aspose.com/cells/cpp/detecting-empty-works...