类的使用
com.grapecity.documents.excel.expressions.WorkbookReference
-
com.grapecity.documents.excel.expressions中WorkbookReference的使用
修饰符和类型方法说明static WorkbookReference
WorkbookReference.FromFilePath
(String workbookFullPath) Creates a workbook reference from file path.static WorkbookReference
Creates a workbook reference from workbook name.static WorkbookReference
Creates a workbook reference from a URI link to workbook.final WorkbookReference
NameNode.getWorkbook()
The external workbook reference.Reference.getWorkbook()
Gets or sets the external workbook reference.修饰符和类型方法说明boolean
WorkbookReference.equals
(WorkbookReference other) Check if the workbook reference equals to another.final void
NameNode.setWorkbook
(WorkbookReference value) The external workbook reference.void
Reference.setWorkbook
(WorkbookReference value) Gets or sets the external workbook reference.限定符构造器说明NameNode
(String name, WorkbookReference workbook, String worksheetName, String lastWorksheetName) Creates a newNameNode
from a range of sheets of the specifiedworkbook.