C# Class Aspose.Cells.Examples.CSharp.Articles.LightCellsDataHandlerVisitCells

Inheritance: LightCellsDataHandler
Datei anzeigen Open project: aspose-cells/Aspose.Cells-for-.NET Class Usage Examples

Public Methods

Method Description
ProcessCell ( Cell cell ) : bool
ProcessRow ( Row row ) : bool
StartCell ( int column ) : bool
StartRow ( int rowIndex ) : bool
StartSheet ( Worksheet sheet ) : bool

Private Methods

Method Description
LightCellsDataHandlerVisitCells ( ) : System.IO

Method Details

ProcessCell() public method

public ProcessCell ( Cell cell ) : bool
cell Cell
return bool

ProcessRow() public method

public ProcessRow ( Row row ) : bool
row Row
return bool

StartCell() public method

public StartCell ( int column ) : bool
column int
return bool

StartRow() public method

public StartRow ( int rowIndex ) : bool
rowIndex int
return bool

StartSheet() public method

public StartSheet ( Worksheet sheet ) : bool
sheet Worksheet
return bool