GetCol - method of the PmfTableArea object
Syntax:
Object GetCol(Long iCol)
Parameters:
iCol | (Long) Column index of selected area (zero-based index, -1 = the last column). |
---|
Example:
JavaScriptSelect and copy to clipboard
var oCol = oTableArea.GetCol(-1);