StartRow
LightCellsDataHandler.StartRow method
准备处理一行。
public bool StartRow(int rowIndex)
范围 | 类型 | 描述 |
---|---|---|
rowIndex | Int32 | 要处理的下一行的索引 |
返回值
是否需要处理此行(属性或单元格数据)。 false 忽略此行及其单元格并检查下一行。
也可以看看
- interface LightCellsDataHandler
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
准备处理一行。
public bool StartRow(int rowIndex)
范围 | 类型 | 描述 |
---|---|---|
rowIndex | Int32 | 要处理的下一行的索引 |
是否需要处理此行(属性或单元格数据)。 false 忽略此行及其单元格并检查下一行。