接口的使用
com.grapecity.documents.excel.IWorksheet
-
com.grapecity.documents.excel中IWorksheet的使用
修饰符和类型方法说明IWorksheets.add()
Creates a new worksheet.Creates a new sheet.IWorksheets.addAfter
(IWorksheet sheet) Creates a new worksheet and inserts it after the specified sheet.IWorksheets.addBefore
(IWorksheet sheet) Creates a new worksheet and inserts it before the specified sheet.IWorksheet.copy()
Copies the sheet to the end of the current workbook.Copies the sheet to the end of the specified workbook.IWorksheet.copyAfter
(IWorksheet targetSheet) Copies the sheet to the location after the specified sheet.IWorksheet.copyBefore
(IWorksheet targetSheet) Copies the sheet to the location before the specified sheet.IWorksheets.get
(int index) Gets the worksheet using the index.Gets the worksheet using the name.IWorkbook.getActiveSheet()
Returns an object that represents the active sheet (the sheet on top) in the active workbook or in the specified window or workbook.Workbook.getActiveSheet()
Gets the active sheet.final IWorksheet
SheetEventArgs.getSheet()
GetsIWorksheet
ofSheetEventArgs
.ICalcContext.getWorksheet()
Get the IWorksheet that contains the cell which is calculating.IRange.getWorksheet()
Returns the parentIWorksheet
of this range.IWorksheet.move()
Moves the sheet to the end of the current workbook.Moves the sheet to the end of the specified workbook.IWorksheet.moveAfter
(IWorksheet targetSheet) Moves the sheet to the location after the specified sheet.IWorksheet.moveBefore
(IWorksheet targetSheet) Moves the sheet to the location before the specified sheet.修饰符和类型方法说明ISlicers.add
(IWorksheet slicerDestination, String name, String caption, double top, double left, double width, double height) Creates a new slicer and returns aISlicer
object.IWorksheets.addAfter
(IWorksheet sheet) Creates a new worksheet and inserts it after the specified sheet.IWorksheets.addBefore
(IWorksheet sheet) Creates a new worksheet and inserts it before the specified sheet.ISignatureSet.addSignatureLine
(IWorksheet worksheet, double left, double top) Adds lines to a document where signatures are collected.ISignatureSet.addSignatureLine
(IWorksheet worksheet, double left, double top, double width) Adds lines to a document where signatures are collected.ISignatureSet.addSignatureLine
(IWorksheet worksheet, double left, double top, double width, double height) Adds lines to a document where signatures are collected.boolean
IWorksheets.contains
(IWorksheet worksheet) Returns true if the specified Worksheet is contained by the collection of worksheets; otherwise, false is returned.IWorksheet.copyAfter
(IWorksheet targetSheet) Copies the sheet to the location after the specified sheet.IWorksheets.copyAfter
(IWorksheet targetWorksheet) Copies the sheet collection to the location after the specified sheet.IWorksheet.copyBefore
(IWorksheet targetSheet) Copies the sheet to the location before the specified sheet.IWorksheets.copyBefore
(IWorksheet targetWorksheet) Copies the sheet collection to the location before the specified sheet.IWorkbook.generateReport
(IWorksheet... worksheets) Process the template and return the instance of report workbook.Workbook.generateReport
(IWorksheet... worksheets) Process the template and return the instance of report workbook.int
IWorksheets.indexOf
(IWorksheet worksheet) Returns the zero-based index of the specified worksheet in the collection.IWorksheet.moveAfter
(IWorksheet targetSheet) Moves the sheet to the location after the specified sheet.IWorksheets.moveAfter
(IWorksheet targetWorksheet) Moves the sheet collection to the location after the specified sheet.IWorksheet.moveBefore
(IWorksheet targetSheet) Moves the sheet to the location before the specified sheet.IWorksheets.moveBefore
(IWorksheet targetWorksheet) Moves the sheet collection to the location before the specified sheet.限定符构造器说明RangeTemplateCellType
(IWorksheet worksheet) Use a worksheet and it's used range info to create a RangeTemplateCellType.RangeTemplateCellType
(IWorksheet worksheet, int row, int column, int rowCount, int columnCount) Use a worksheet and specific range to create a RangeTemplateCellType.SheetEventArgs
(IWorksheet sheet) Specifies the construction. -
com.grapecity.documents.excel.drawing中IWorksheet的使用