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

Inheritance: LightCellsDataProvider
Datei anzeigen Open project: aspose-cells/Aspose.Cells-for-.NET

Public Methods

Method 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 method

public IsGatherString ( ) : bool
return bool

NextCell() public method

public NextCell ( ) : int
return int

NextRow() public method

public NextRow ( ) : int
return int

StartCell() public method

public StartCell ( Cell cell ) : void
cell Cell
return void

StartRow() public method

public StartRow ( Row row ) : void
row Row
return void

StartSheet() public method

public StartSheet ( int sheetIndex ) : bool
sheetIndex int
return bool

TestDataProvider() public method

public TestDataProvider ( Workbook workbook, int maxRows, int maxColumns ) : System.IO
workbook Workbook
maxRows int
maxColumns int
return System.IO