com.moyosoft.connector.ms.excel
Class RecentFile

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.RecentFile

public class RecentFile
extends java.lang.Object


Constructor Summary
RecentFile(Dispatch dispatch)
           
 
Method Summary
 void delete()
           
 Dispatch getDispatch()
           
 int getIndex()
           
 java.lang.String getName()
           
 java.lang.String getPath()
           
 Workbook open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentFile

public RecentFile(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getName

public java.lang.String getName()

getPath

public java.lang.String getPath()

getIndex

public int getIndex()

open

public Workbook open()

delete

public void delete()