StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.table
Interface XCellRange

All Superinterfaces:
com.sun.star.uno.XInterface
All Known Subinterfaces:
com.sun.star.table.XCellCursor, com.sun.star.sheet.XSheetCellCursor, com.sun.star.sheet.XSheetCellRange, com.sun.star.sheet.XSpreadsheet

public abstract interface XCellRange
extends com.sun.star.uno.XInterface


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  com.sun.star.table.XCell getCellByPosition(int i1, int i2)
           
abstract  com.sun.star.table.XCellRange getCellRangeByName(java.lang.String s)
           
abstract  com.sun.star.table.XCellRange getCellRangeByPosition(int i1, int i2, int i3, int i4)
           
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

getCellByPosition

public abstract com.sun.star.table.XCell getCellByPosition(int i1,
                                                           int i2)
                                                    throws com.sun.star.uno.RuntimeException

getCellRangeByName

public abstract com.sun.star.table.XCellRange getCellRangeByName(java.lang.String s)
                                                          throws com.sun.star.uno.RuntimeException

getCellRangeByPosition

public abstract com.sun.star.table.XCellRange getCellRangeByPosition(int i1,
                                                                     int i2,
                                                                     int i3,
                                                                     int i4)
                                                              throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc