name | type | default | params | representant | foreign | foreign_prop | position |
id | CO_INTEGER | SEQUENCE | READONLY=1;HIDDEN=1 | 0 | 0 | ||
version | CO_INTEGER | 0 | READONLY=1;HIDDEN=1 | 0 | 0 | ||
deleted | CO_INTEGER | 0 | READONLY=1;HIDDEN=1 | 0 | 0 | ||
column_id | CO_INTEGER | 0 | 1 | spreadsheet_column | id | 44 | |
row_id | CO_INTEGER | 0 | 1 | spreadsheet_row | id | 44 | |
column_number | CO_INTEGER | 0 | 1 | 44 | |||
row_number | CO_INTEGER | 0 | 1 | 44 | |||
type | CO_STRING | 'STR' | 1 | 44 | |||
value | CO_STRING | '' | 1 | 44 | |||
value_num | CO_NUMERIC | 0 | 1 | 44 | |||
value_date | CO_DATE | '1990-01-01'::date | 1 | 44 | |||
align | CO_STRING | '' | 1 | 44 | |||
fontsize | CO_STRING | '' | 1 | 44 | |||
textstyle | CO_STRING | '' | 1 | 44 | |||
textcolor | CO_STRING | '' | 1 | 44 | |||
fontfamily | CO_STRING | '' | 1 | 44 |
method getAttribute
description: returns attribute of a cell
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
column_id
type CO_INTEGER
row_id
type CO_INTEGER
attribute_name
type CO_STRING
method setAttribute
description: changes cell attribute
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
column_id
type CO_INTEGER
row_id
type CO_INTEGER
attribute_name
type CO_STRING
attribute_value
type CO_STRING
method fromClipboard
description: retrieves cell data from clipboard
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
column_id
type CO_INTEGER
row_id
type CO_INTEGER
method toClipboard
description: saves cell data to clipboard
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
column_id
type CO_INTEGER
row_id
type CO_INTEGER
method onClientEvent
description: probably unused now
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
column_id
type CO_INTEGER
row_id
type CO_INTEGER
event_name
type CO_STRING
method cell_onBeforeValueChange
description: for future use
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
column_id
type CO_INTEGER
row_id
type CO_INTEGER
attribute_name
type CO_STRING
attribute_value
type CO_STRING