jp.ne.so_net.ga2.no_ji.jcom.excel8
クラス ExcelWorksheet

java.lang.Object
  |
  +--jp.ne.so_net.ga2.no_ji.jcom.IUnknown
        |
        +--jp.ne.so_net.ga2.no_ji.jcom.IDispatch
              |
              +--jp.ne.so_net.ga2.no_ji.jcom.excel8.ExcelWorksheet

public class ExcelWorksheet
extends IDispatch


クラス jp.ne.so_net.ga2.no_ji.jcom.IDispatch から継承したフィールド
IID, METHOD, PROPERTYGET, PROPERTYPUT, PROPERTYPUTREF
 
クラス jp.ne.so_net.ga2.no_ji.jcom.IUnknown から継承したフィールド
pIUnknown, rm
 
コンストラクタの概要
ExcelWorksheet(IDispatch jcom)
           
 
メソッドの概要
 void Activate()
           
 ExcelApplication Application()
           
 void Calculate()
           
 ExcelRange Cells()
           
 java.lang.String CodeName()
           
 ExcelRange Columns()
           
 int Creator()
           
 void Delete()
           
 boolean EnableCalculation()
           
 void EnableCalculation(boolean newValue)
           
 int Index()
           
 java.lang.String Name()
           
 void Name(java.lang.String newValue)
           
 ExcelWorksheet Next()
           
 ExcelWorksheet Previous()
           
 void PrintOut()
           
 void PrintOut(int From, int To, int Copies, boolean Preview)
           
 ExcelRange Range(java.lang.String Cell1)
           
 ExcelRange Range(java.lang.String Cell1, java.lang.String Cell2)
           
 ExcelRange Rows()
           
 void SaveAs(java.lang.String Filename, int FileFormat, java.lang.String Password, java.lang.String WriteResPassword, boolean ReadOnlyRecommended, boolean CreateBackup, boolean AddToMru)
           
 double StandardHeight()
           
 void StandardHeight(double newValue)
           
 double StandardWidth()
           
 int Type()
           
 ExcelRange UsedRange()
           
 boolean Visible()
           
 void Visible(boolean v)
           
 
クラス jp.ne.so_net.ga2.no_ji.jcom.IDispatch から継承したメソッド
create, get, get, getTypeInfo, invoke, invoke, method, put
 
クラス jp.ne.so_net.ga2.no_ji.jcom.IUnknown から継承したメソッド
addRef, getReleaseManager, queryInterface, release, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ExcelWorksheet

public ExcelWorksheet(IDispatch jcom)
メソッドの詳細

Application

public ExcelApplication Application()
                             throws JComException

Creator

public int Creator()
            throws JComException

Activate

public void Activate()
              throws JComException

Delete

public void Delete()
            throws JComException

CodeName

public java.lang.String CodeName()
                          throws JComException

Index

public int Index()
          throws JComException

Name

public java.lang.String Name()
                      throws JComException

Name

public void Name(java.lang.String newValue)
          throws JComException

Next

public ExcelWorksheet Next()
                    throws JComException

Previous

public ExcelWorksheet Previous()
                        throws JComException

PrintOut

public void PrintOut()
              throws JComException

PrintOut

public void PrintOut(int From,
                     int To,
                     int Copies,
                     boolean Preview)
              throws JComException

SaveAs

public void SaveAs(java.lang.String Filename,
                   int FileFormat,
                   java.lang.String Password,
                   java.lang.String WriteResPassword,
                   boolean ReadOnlyRecommended,
                   boolean CreateBackup,
                   boolean AddToMru)
            throws JComException

Visible

public boolean Visible()
                throws JComException

Visible

public void Visible(boolean v)
             throws JComException

Calculate

public void Calculate()
               throws JComException

EnableCalculation

public boolean EnableCalculation()
                          throws JComException

EnableCalculation

public void EnableCalculation(boolean newValue)
                       throws JComException

Cells

public ExcelRange Cells()
                 throws JComException

Columns

public ExcelRange Columns()
                   throws JComException

Range

public ExcelRange Range(java.lang.String Cell1,
                        java.lang.String Cell2)
                 throws JComException

Range

public ExcelRange Range(java.lang.String Cell1)
                 throws JComException

Rows

public ExcelRange Rows()
                throws JComException

StandardHeight

public double StandardHeight()
                      throws JComException

StandardWidth

public double StandardWidth()
                     throws JComException

StandardHeight

public void StandardHeight(double newValue)
                    throws JComException

Type

public int Type()
         throws JComException

UsedRange

public ExcelRange UsedRange()
                     throws JComException