本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...( 0 ); // Get the max data range int maxRow = sheet . GetCells...Create a range from A1 to the max data rangeRangerange = sheet...
学习如何使用 Aspose.Cells 在 Excel 文件中创建、访问和复制命名范围(C++)。...CreateRange 方法时,它将返回新创建的范围,作为 Range 类的实例。使用此 Range 对象来配置命名范围。例如,使用 GetName()...); // Creating a named rangeRangerange = worksheet . GetCells...
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 ): ....
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:...
学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...(); // Create a Range from A1 to C4 Rangerange = cells . CreateRange...个单元格。单个范围单元格是按顺序排列的:Range[0,0]、Range[0,1]、Range[0,2]、Range[1,0]、Range[1,1]、Range[1...
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:...
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...
学习如何使用Aspose.Cells for C++获取范围的地址、单元格数量、偏移量、整列和整行。...Cells提供了 Range 对象,该对象具有多种实用方法,方便操作Excel范围。本文介绍以下 Range 对象的方法或属性的用法:...获取表示整个列(或列)的 Range 对象,该范围包含指定的范围。 整行 获取表示整个行(或行)的 Range 对象,该范围包含指定的范围。...
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...