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

Inheritance: LightCellsDataProvider
Afficher le fichier Open project: aspose-cells/Aspose.Cells-for-.NET

Méthodes publiques

Méthode Description
IsGatherString ( ) : bool
NextCell ( ) : int
NextRow ( ) : int
StartCell ( Cell cell ) : void
StartRow ( Row row ) : void
StartSheet ( int sheetIndex ) : bool
TestDataProvider ( Workbook workbook, int maxRows, int maxColumns ) : System.IO

Method Details

IsGatherString() public méthode

public IsGatherString ( ) : bool
Résultat bool

NextCell() public méthode

public NextCell ( ) : int
Résultat int

NextRow() public méthode

public NextRow ( ) : int
Résultat int

StartCell() public méthode

public StartCell ( Cell cell ) : void
cell Cell
Résultat void

StartRow() public méthode

public StartRow ( Row row ) : void
row Row
Résultat void

StartSheet() public méthode

public StartSheet ( int sheetIndex ) : bool
sheetIndex int
Résultat bool

TestDataProvider() public méthode

public TestDataProvider ( Workbook workbook, int maxRows, int maxColumns ) : System.IO
workbook Workbook
maxRows int
maxColumns int
Résultat System.IO