Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 20,033 for

range

(0.06 sec)
  1. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...( 0 ); // Get the max data range int maxRow = sheet . GetCells...Create a range from A1 to the max data range Range range = sheet...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  2. 创建、访问和复制命名范围(C++)|Documentation

    学习如何使用 Aspose.Cells 在 Excel 文件中创建、访问和复制命名范围(C++)。...CreateRange 方法时,它将返回新创建的范围,作为 Range 类的实例。使用此 Range 对象来配置命名范围。例如,使用 GetName()...); // Creating a named range Range range = worksheet . GetCells...

    docs.aspose.com/cells/zh/cpp/create-access-and-...
  3. 用 C++ 格式化和修改命名范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 格式化、重命名、合并和删除 Excel 文件中的命名范围。...要应用格式设置,定义一个 Style 对象以指定样式设置,并将其应用于 Range 对象。 以下示例显示如何为范围设置实填充颜色(着色颜色)并带有字体设置。...GetWorksheets (). Get ( 0 ); Range range = WS . GetCells (). CreateRange...

    docs.aspose.com/cells/zh/cpp/format-and-modify-...
  4. DocumentBuilder.start_editable_range method | A...

    DocumentBuilder.start_editable_Range method. Marks the current position in the document as an editable Range start....start_editable_range method start_editable_range() Marks the current...an editable range start. def start_editable_range ( self ): ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. Create Workbook and Worksheet Scoped Named Rang...

    This article shows how to Create Workbook and Worksheet Scoped Named Ranges by the Aspose.Cells for Python via .NET API....and Worksheet Scoped Named Ranges Contents [ Hide ] Microsoft...allows users to define named ranges with two different scopes:...

    docs.aspose.com/cells/python-net/create-workboo...
  6. 用C++管理范围|Documentation

    学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...(); // Create a Range from A1 to C4 Range range = cells . CreateRange...个单元格。单个范围单元格是按顺序排列的:Range[0,0]、Range[0,1]、Range[0,2]、Range[1,0]、Range[1,1]、Range[1...

    docs.aspose.com/cells/zh/cpp/managing-ranges/
  7. Create Workbook and Worksheet Scoped Named Rang...

    Learn to create workbook and worksheet scoped named Ranges with C++ using Aspose.Cells....and Worksheet Scoped Named Ranges with C++ Contents [ Hide ]...allows users to define named ranges with two different scopes:...

    docs.aspose.com/cells/cpp/create-workbook-and-w...
  8. EditableRange class | Aspose.Words for Node.js

    Aspose.Words.EditableRange class. Represents a single editable Range...Represents a single editable range. To learn more, visit the Aspose...allows to work with an editable range as a single object. Properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 使用C++获取范围的地址、单元格数量、偏移量、整列和整行|Documentation

    学习如何使用Aspose.Cells for C++获取范围的地址、单元格数量、偏移量、整列和整行。...Cells提供了 Range 对象,该对象具有多种实用方法,方便操作Excel范围。本文介绍以下 Range 对象的方法或属性的用法:...获取表示整个列(或列)的 Range 对象,该范围包含指定的范围。 整行 获取表示整个行(或行)的 Range 对象,该范围包含指定的范围。...

    docs.aspose.com/cells/zh/cpp/get-address-cell-c...
  10. DocumentBuilder.startEditableRange method | Asp...

    DocumentBuilder.startEditableRange method. Marks the current position in the document as an editable Range start....the document as an editable range start. startEditableRange ()...Editable range in a document can overlap and span any range. To create...

    reference.aspose.com/words/nodejs-net/aspose.wo...