ColumnWidth

Returns the column width of a cell.

Usage

@ColWidth([<Address>])

Argument Name Description
Cell Optional (defaults to the selected cell); The address of the cell.


Examples

@ColumnWidth

function example

Procedure  
  Method Overload ErrorHandlingMode  
    Argument Value Comment
OnAfterBuild  
  SetEntry Text    
    Address Data.Range  
    CellByCell True  
    CellCondition  
    Entry @ColWidth()  
  SetEntry Text    
    Address Data.Range  
    CellByCell True  
    CellCondition  
    Entry @ColWidth()