Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 20,066 for

range

(0.03 sec)
  1. FieldMergeBarcode.BackgroundColor | Aspose.Word...

    Discover the FieldMergeBarcode BackgroundColor property to customize your barcode's appearance. Easily set colors for enhanced visibility and branding!... Valid values are in the range [0, 0xFFFFFF] public string...FieldDisplayBarcode , doc . Range . Fields [ 0 ]. Type ); Assert...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Add Protection in Worksheet|Documentation

    This article introduces how to protect cells in the Worksheet in GridDesktop....SetProtected() method to protect the range of cells. Protect Cell using...code protects all the cells in range A1:B1 of the active worksheet...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  3. 使用GridJs的高亮功能|Documentation

    本文介绍如何在GridJs中对单元格文本、单元格范围、形状和图片进行突出显示。...text //it support multiple range postion inside one cell 在活动工作表中为单元格文本数组删除突出显示...of cell range sci : start column index of cell range eri : end...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  4. Work with Text in a Table|Aspose.Words for C++

    Replace text in a table in C++. Extract Plain Text from Table or Cell using C++....access to the Range object. Using the table range object, you can...from Table or Cell Using the Range object, you can also call methods...

    docs.aspose.com/words/cpp/work-with-text-in-a-t...
  5. 在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....//Define a range object(A2). Excel . Range _range ; _range = objSheet...objSheet . get_Range ( "A2" , "A2" ); //Get the borders collection...

    docs.aspose.com/cells/zh/net/add-borders-to-cel...
  6. 使用C++将范围插入Excel|Documentation

    学习如何使用Aspose.Cells和C++将范围插入Excel文件。...( 0 ); // Create a range of cells. Range sourceRange = worksheet...formattings into a few cells in the range. sourceRange . Get ( 0 , 0 )...

    docs.aspose.com/cells/zh/cpp/insert-ranges-to-e...
  7. Auto Filter Data|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....understanding of what data is in a range, it is often easier to sort...//Create the range. Excel . Range range = sheet . get_Range ( "A1"...

    docs.aspose.com/cells/net/auto-filter-data/
  8. Modify an Existing Style|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells for Python via .NET library so that users can change the appearance of the cells as they need....and apply it to the selected range. Using Aspose.Cells for Python...Style object, applies it to a range of cells and modifies the Style...

    docs.aspose.com/cells/python-net/modify-an-exis...
  9. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply advanced filter of microsoft excel to display records meeting complex criteria by using the Aspose.Cells for C++ API....listRange The list range. criteriaRange The criteria range. copyTo The...The range where copying data to. uniqueRecordOnly Only displaying...

    docs.aspose.com/cells/cpp/apply-advanced-filter...
  10. Aspose::Words::DocumentVisitor::VisitCommentRan...

    Aspose::Words::DocumentVisitor::VisitCommentRangeEnd method. Called when the end of a commented Range of text is encountered in C++....when the end of a commented range of text is encountered. virtual...of every comment and comment range in a document. void CommentsToText...

    reference.aspose.com/words/cpp/aspose.words/doc...