NPOI.XSSF.UserModel.XSSFWorkbook.LinkExternalWorkbook C# (CSharp) 메소드

LinkExternalWorkbook() 공개 메소드

public LinkExternalWorkbook ( String name, IWorkbook workbook ) : int
name String
workbook IWorkbook
리턴 int
        public int LinkExternalWorkbook(String name, IWorkbook workbook)
        {
            throw new RuntimeException("Not Implemented - see bug #57184");
        }
        /**