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

Inheritance: LightCellsDataHandler
Afficher le fichier Open project: aspose-cells/Aspose.Cells-for-.NET Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
LightCellsDataHandlerVisitCells ( ) : System.IO

Method Details

ProcessCell() public méthode

public ProcessCell ( Cell cell ) : bool
cell Cell
Résultat bool

ProcessRow() public méthode

public ProcessRow ( Row row ) : bool
row Row
Résultat bool

StartCell() public méthode

public StartCell ( int column ) : bool
column int
Résultat bool

StartRow() public méthode

public StartRow ( int rowIndex ) : bool
rowIndex int
Résultat bool

StartSheet() public méthode

public StartSheet ( Worksheet sheet ) : bool
sheet Worksheet
Résultat bool