Sort
Sort(Cells, int, int, int, int)
对该区域的数据进行排序。
public int[] Sort(Cells cells, int startRow, int startColumn, int endRow, int endColumn)
范围 | 类型 | 描述 |
---|---|---|
cells | Cells | 单元格包含数据区域。 |
startRow | Int32 | 区域的起始行。 |
startColumn | Int32 | 区域的起始列。 |
endRow | Int32 | 区域的最后一行。 |
endColumn | Int32 | 区域的最后一列。 |
返回值
排序后的行/列的原始索引(绝对位置,例如A列为0,B为1,…)。 如果此排序操作不需要移动行/列,将返回null。
也可以看看
- class Cells
- class DataSorter
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
Sort(Cells, CellArea)
对该区域的数据进行排序
public int[] Sort(Cells cells, CellArea area)
范围 | 类型 | 描述 |
---|---|---|
cells | Cells | 单元格包含数据区域。 |
area | CellArea | 需要排序的区域 |
返回值
排序后的行/列的原始索引(绝对位置,例如A列为0,B为1,…)。 如果此排序操作不需要移动行/列,将返回null。
也可以看看
- class Cells
- struct CellArea
- class DataSorter
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
Sort()
对范围内的数据进行排序。
public int[] Sort()
返回值
排序后的行/列的原始索引(绝对位置,例如A列为0,B为1,…)。 如果此排序操作不需要移动行/列,将返回null。
也可以看看
- class DataSorter
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells