com.moyosoft.connector.ms.excel.ui
Class Pane

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

public class Pane
extends java.lang.Object


Constructor Summary
Pane(Dispatch dispatch)
           
 
Method Summary
 boolean activate()
           
 Dispatch getDispatch()
           
 int getIndex()
           
 int getScrollColumn()
           
 int getScrollRow()
           
 Range getVisibleRange()
           
 void scrollIntoView(int left, int top, int width, int height)
           
 void setScrollColumn(int value)
           
 void setScrollRow(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pane

public Pane(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

activate

public boolean activate()

getIndex

public int getIndex()

getScrollColumn

public int getScrollColumn()

setScrollColumn

public void setScrollColumn(int value)

getScrollRow

public int getScrollRow()

setScrollRow

public void setScrollRow(int value)

getVisibleRange

public Range getVisibleRange()

scrollIntoView

public void scrollIntoView(int left,
                           int top,
                           int width,
                           int height)