C# 클래스 Aspose.Cells.Examples.CSharp.Articles.TestDataProvider

상속: LightCellsDataProvider
파일 보기 프로젝트 열기: aspose-cells/Aspose.Cells-for-.NET

공개 메소드들

메소드 설명
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

메소드 상세

IsGatherString() 공개 메소드

public IsGatherString ( ) : bool
리턴 bool

NextCell() 공개 메소드

public NextCell ( ) : int
리턴 int

NextRow() 공개 메소드

public NextRow ( ) : int
리턴 int

StartCell() 공개 메소드

public StartCell ( Cell cell ) : void
cell Cell
리턴 void

StartRow() 공개 메소드

public StartRow ( Row row ) : void
row Row
리턴 void

StartSheet() 공개 메소드

public StartSheet ( int sheetIndex ) : bool
sheetIndex int
리턴 bool

TestDataProvider() 공개 메소드

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