n_xls_colinfo.sru 550 B

123456789101112131415161718192021222324252627282930313233
  1. $PBExportHeader$n_xls_colinfo.sru
  2. forward
  3. global type n_xls_colinfo from nonvisualobject
  4. end type
  5. end forward
  6. global type n_xls_colinfo from nonvisualobject
  7. end type
  8. global n_xls_colinfo n_xls_colinfo
  9. type variables
  10. PUBLIC UINT ii_firstcol
  11. PUBLIC UINT ii_lastcol
  12. PUBLIC DOUBLE id_width = 8.43
  13. PUBLIC n_xls_format invo_format
  14. PUBLIC BOOLEAN ib_hidden
  15. end variables
  16. on n_xls_colinfo.create
  17. call super::create
  18. TriggerEvent( this, "constructor" )
  19. end on
  20. on n_xls_colinfo.destroy
  21. TriggerEvent( this, "destructor" )
  22. call super::destroy
  23. end on