public class CellEvent
extends org.zkoss.zk.ui.event.Event
| Constructor and Description |
|---|
CellEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int row,
int col,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
get column index
|
int |
getRow()
get row index
|
Sheet |
getSheet()
get Sheet
|
public Sheet getSheet()
public int getRow()
public int getColumn()
Copyright © 2020. All rights reserved.