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
クラス 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