Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILightCellsDataHandler

com.aspose.cells.LightCellsDataHandler

Hierarchy 层级

  • ILightCellsDataHandler

Index 目录

Methods 方法

processCell

  • processCell(arg0: ICell): boolean
  • boolean processCell(com.aspose.cells.Cell)

    Parameters 参数

    Returns 返回值 boolean

processRow

  • processRow(arg0: IRow): boolean
  • boolean processRow(com.aspose.cells.Row)

    Parameters 参数

    Returns 返回值 boolean

startCell

  • startCell(arg0: number): boolean
  • boolean startCell(int)

    Parameters 参数

    • arg0: number

    Returns 返回值 boolean

startRow

  • startRow(arg0: number): boolean
  • boolean startRow(int)

    Parameters 参数

    • arg0: number

    Returns 返回值 boolean

startSheet

  • boolean startSheet(com.aspose.cells.Worksheet)

    Parameters 参数

    Returns 返回值 boolean