excel.core
接口 ClipBoard


public interface ClipBoard


字段摘要
static int COPY
           
static int CUT
           
 
方法摘要
 int getAction()
           
 Range getRange()
           
 excel.command.CommandScene getScene()
           
 excel.core.impl.WorkSheet_ getWorkSheet()
           
 

字段详细信息

COPY

static final int COPY
另请参见:
常量字段值

CUT

static final int CUT
另请参见:
常量字段值
方法详细信息

getWorkSheet

excel.core.impl.WorkSheet_ getWorkSheet()

getRange

Range getRange()

getAction

int getAction()

getScene

excel.command.CommandScene getScene()