Property | Type | Description | |
---|---|---|---|
bottomRowCount | int | ||
columnCount | int | ||
headRowCount | int | ||
pageDetailRowCount | int | ||
resultCount | int |
Method | Description | |
---|---|---|
FillValues ( String templateFileName, IList |
Method | Description | |
---|---|---|
CopyCell ( int pageIndex, int rowIndexRelative, int cellIndex, string formula ) : void | ||
CopyPage ( int resultCount ) : int | ||
FillValuesImpl ( String templateFileName, IList | ||
GetRowIndexAbsolute ( int pageIndex, int rowIndexRelative ) : int | ||
SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2 ) : void | ||
isLastPage ( int rowTotal ) : bool | ||
isPageBottom ( int rowIndex, int rowTotal ) : bool |
Method | Description | |
---|---|---|
PageCount ( int resultCount ) : int |
protected CopyCell ( int pageIndex, int rowIndexRelative, int cellIndex, string formula ) : void | ||
pageIndex | int | |
rowIndexRelative | int | |
cellIndex | int | |
formula | string | |
return | void |
public FillValues ( String templateFileName, IList | ||
templateFileName | String | |
list | IList | |
return | bool |
protected abstract FillValuesImpl ( String templateFileName, IList | ||
templateFileName | String | |
list | IList | |
return | bool |
protected GetRowIndexAbsolute ( int pageIndex, int rowIndexRelative ) : int | ||
pageIndex | int | |
rowIndexRelative | int | |
return | int |
protected SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2 ) : void | ||
pageIndex | int | |
row1 | int | |
column1 | int | |
row2 | int | |
colunm2 | int | |
return | void |
protected isPageBottom ( int rowIndex, int rowTotal ) : bool | ||
rowIndex | int | |
rowTotal | int | |
return | bool |