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

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.ExcelRange

public class ExcelRange
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
 
コンストラクタの概要
ExcelRange(IDispatch disp)
           
 
メソッドの概要
 ExcelApplication Application()
           
 void AutoFit()
           
 void Calculate()
           
 ExcelRange Cells()
           
 void Clear()
           
 int Column()
           
 ExcelRange Columns()
           
 int Count()
           
 int Creator()
           
 java.lang.String Formula()
           
 void Formula(java.lang.String newValue)
           
 ExcelRange Item(int RowIndex)
           
 ExcelRange Item(int RowIndex, int ColumnIndex)
           
static void main(java.lang.String[] args)
           
 void PageBreak(int newValue)
           
 void PrintOut()
           
 ExcelRange Rows()
           
 java.lang.String Text()
           
 java.lang.Object Value()
           
 void Value(java.util.Date newValue)
           
 void Value(double newValue)
           
 void Value(java.lang.String newValue)
           
 void Value(VariantCurrency newValue)
           
 ExcelWorksheet Worksheet()
           
 
クラス 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
 

コンストラクタの詳細

ExcelRange

public ExcelRange(IDispatch disp)
メソッドの詳細

Application

public ExcelApplication Application()
                             throws JComException

Creator

public int Creator()
            throws JComException

AutoFit

public void AutoFit()
             throws JComException

Calculate

public void Calculate()
               throws JComException

Cells

public ExcelRange Cells()
                 throws JComException

Clear

public void Clear()
           throws JComException

Column

public int Column()
           throws JComException

Columns

public ExcelRange Columns()
                   throws JComException

Count

public int Count()
          throws JComException

Formula

public java.lang.String Formula()
                         throws JComException

Formula

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

Item

public ExcelRange Item(int RowIndex,
                       int ColumnIndex)
                throws JComException

Item

public ExcelRange Item(int RowIndex)
                throws JComException

PageBreak

public void PageBreak(int newValue)
               throws JComException

PrintOut

public void PrintOut()
              throws JComException

Rows

public ExcelRange Rows()
                throws JComException

Text

public java.lang.String Text()
                      throws JComException

Value

public java.lang.Object Value()
                       throws JComException

Value

public void Value(double newValue)
           throws JComException

Value

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

Value

public void Value(java.util.Date newValue)
           throws JComException

Value

public void Value(VariantCurrency newValue)
           throws JComException

Worksheet

public ExcelWorksheet Worksheet()
                         throws JComException

main

public static void main(java.lang.String[] args)
                 throws JComException,
                        java.io.IOException