Package com.hp.lft.sdk.powerbuilder
Interface TableCell
public interface TableCell
A single cell in a PowerBuilder Table.
- 
Method Summary
- 
Method Details- 
getValueReturns the content of the cell.- Returns:
- the content of the cell.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setValueSets the cell to a new value.- Parameters:
- value- the new value.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-