Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 24,398 for

range

(0.11 sec)
  1. Remove Duplicate Rows in Excel using C#

    This article assists how to remove duplicate rows in Excel using C#. It provides the IDE settings, steps, and a code to delete duplicate lines in Excel using C#....RemoveDuplicates() method with cells range, flag for headers, and columns...duplicate rows within a selected range Remove all duplicate rows from...

    kb.aspose.com/cells/net/remove-duplicate-rows-i...
  2. How to Apply Conditional Formatting in Excel Ba...

    This article guides on how to apply conditional formatting in Excel based on cell value using Python. It has the IDE settings and steps along with a sample code to create conditional formatting in Excel using Python....get its access Create a cell range where this condition is to be...the FormatConditionType and range Set the background color for...

    kb.aspose.com/cells/python/how-to-apply-conditi...
  3. Aspose::Words::Fields::FieldToc::set_EntryLevel...

    Aspose::Words::Fields::FieldToc::set_EntryLevelRange method. Sets a Range of levels of the table of contents entries to be included in C++....FieldToc::set_EntryLevelRange method Sets a range of levels of the table of contents...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldMergeBarcode::set_B...

    Aspose::Words::Fields::FieldMergeBarcode::set_BackgroundColor method. Sets the background color of the barcode symbol. Valid values are in the Range [0, 0xFFFFFF] in C++.... Valid values are in the range [0, 0xFFFFFF]. void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fields::FieldMergeBarcode::set_F...

    Aspose::Words::Fields::FieldMergeBarcode::set_ForegroundColor method. Sets the foreground color of the barcode symbol. Valid values are in the Range [0, 0xFFFFFF] in C++.... Valid values are in the range [0, 0xFFFFFF]. void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. ReplaceAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ReplaceAction enum to control match outcomes in your replace operations, enhancing document editing efficiency and precision.... Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]"...interface IReplacingCallback class Range method Replace namespace Aspose...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Cell constructor | Aspose.Words for Python

    Cell constructor. Initializes a new instance of the [Cell](../) class....Table ( doc ) for row_id in range ( 1 , row_count + 1 ): row =...append_child ( row ) for cell_id in range ( 1 , cell_count + 1 ): cell...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Table.title property | Aspose.Words for Python

    Table.title property. Gets or sets title of this table...Table ( doc ) for row_id in range ( 1 , row_count + 1 ): row =...append_child ( row ) for cell_id in range ( 1 , cell_count + 1 ): cell...

    reference.aspose.com/words/python-net/aspose.wo...
  9. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…...(cells) range onto it. For example, you may create a range based...insertColumns(3,1, options); with: Range range1 = worksheet.getCells()...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  10. 使用 Node.js 通过 C++ 将 CSV 转换为 JSON|Documentation

    使用 Aspose.Cells for Node.js via C++ 简单易用的 API 将 CSV 文件转换为 JSON。... JsonSaveOptions (); const range = workbook . getWorksheets ()...JsonUtility . exportRangeToJson ( range , jsonSaveOptions ); // Print...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-csv...