123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886 |
- $PBExportHeader$n_xls_format.sru
- forward
- global type n_xls_format from nonvisualobject
- end type
- end forward
- global type n_xls_format from nonvisualobject
- end type
- global n_xls_format n_xls_format
- type variables
- PUBLIC UINT ii_font_index
- PUBLIC UINT ii_num_format
-
- PUBLIC STRING is_num_format=''
- PUBLIC STRING is_font = "宋体" //"Arial" //
- PUBLIC INTEGER ii_size = 9 //10
- PUBLIC UINT ii_bold = 400
- PUBLIC INTEGER ii_italic
- PUBLIC UINT ii_color = 32767
- PUBLIC INTEGER ii_underline
- PUBLIC INTEGER ii_font_strikeout
- PUBLIC INTEGER ii_font_outline
- PUBLIC INTEGER ii_font_shadow
- PUBLIC INTEGER ii_font_script
- PUBLIC INTEGER ii_font_family
- PUBLIC INTEGER ii_font_charset
- PUBLIC INTEGER ii_hidden
-
- PUBLIC INTEGER ii_locked = 1
- PUBLIC INTEGER ii_text_h_align
- PUBLIC INTEGER ii_text_wrap
- PUBLIC INTEGER ii_text_v_align = 1 //垂直居中
- PUBLIC INTEGER ii_text_justlast
- PUBLIC INTEGER ii_rotation
- PUBLIC INTEGER ii_fg_color = 64
- PUBLIC INTEGER ii_bg_color = 65
- PUBLIC INTEGER ii_pattern
- PUBLIC INTEGER ii_bottom
- PUBLIC INTEGER ii_top
- PUBLIC INTEGER ii_left
- PUBLIC INTEGER ii_right
- PUBLIC INTEGER ii_bottom_color = 64
- PUBLIC INTEGER ii_top_color = 64
- PUBLIC INTEGER ii_left_color = 64
- PUBLIC INTEGER ii_right_color = 64
- PUBLIC INTEGER ii_merge_range
- public n_xls_subroutines invo_sub
- end variables
- forward prototypes
- public function integer of_set_font (string as_fontname)
- public function integer of_set_size (integer ai_size)
- public function integer of_set_color (long al_colorindex)
- public function integer of_set_color (string as_color)
- public function integer of_set_bold (boolean ab_bold)
- public function integer of_set_italic (boolean ab_italic)
- public function integer of_set_num_format (integer ai_builtin_format)
- public function integer of_set_num_format (string as_num_format)
- public function integer of_set_align (string as_align)
- public function integer of_set_text_wrap (boolean ab_text_wrap)
- public function integer of_set_bg_color (string as_color)
- public function integer of_set_bg_color (long al_colorindex)
- public function integer of_set_border (integer ai_border_style)
- public function integer of_set_border_color (long al_color_index)
- public function integer of_set_border_color (string as_color)
- public function integer of_set_bottom (integer ai_border_style)
- public function integer of_set_right (integer ai_border_style)
- public function integer of_set_left (integer ai_border_style)
- public function integer of_set_top (integer ai_border_style)
- public function integer of_set_bottom_color (long al_color_index)
- public function integer of_set_bottom_color (string as_color)
- public function integer of_set_left_color (long al_color_index)
- public function integer of_set_left_color (string as_color)
- public function integer of_set_right_color (long al_color_index)
- public function integer of_set_right_color (string as_color)
- public function integer of_set_top_color (long al_color_index)
- public function integer of_set_top_color (string as_color)
- public function integer of_set_underline (integer ai_style)
- public function integer of_set_rotation (integer ai_rotation)
- public function integer of_set_script (integer ai_script)
- public function integer of_set_outline (boolean ab_option)
- public function integer of_set_hidden (boolean ab_option)
- public function integer of_set_locked (boolean ab_option)
- public function integer of_set_strikeout (boolean ab_option)
- public function integer of_set_text_justlast ()
- public function integer of_set_pattern (integer ai_pattern)
- public function integer of_set_fg_color (string as_color)
- public function integer of_set_fg_color (long al_colorindex)
- public function integer of_set_merge ()
- public function string of_get_format_key ()
- public function integer of_get_color (string as_color)
- public function blob of_get_font ()
- public function string of_get_font_key ()
- public function blob of_get_xf (string as_style)
- public function integer of_set_merge_range ()
- public function integer of_set_text_h_align (unsignedinteger ai_align)
- public function integer of_set_text_v_align (unsignedinteger ai_align)
- public function integer of_copy (n_xls_format anvo_format)
- end prototypes
- public function integer of_set_font (string as_fontname);integer li_ret = 1
- is_font = as_fontname
- return li_ret
- end function
- public function integer of_set_size (integer ai_size);integer li_ret = 1
- ii_size = ai_size
- return li_ret
- end function
- public function integer of_set_color (long al_colorindex);integer li_ret = 1
- if al_colorindex < 8 then
- al_colorindex += 8
- end if
- if al_colorindex > 63 then
- al_colorindex = 32767
- end if
- ii_color = al_colorindex
- return li_ret
- end function
- public function integer of_set_color (string as_color);integer li_ret = 1
- of_set_color(of_get_color(as_color))
- return li_ret
- end function
- public function integer of_set_bold (boolean ab_bold);integer li_ret = 1
- if ab_bold then
- ii_bold = 700
- else
- ii_bold = 400
- end if
- return li_ret
- end function
- public function integer of_set_italic (boolean ab_italic);integer li_ret =1
- if ab_italic then
- ii_italic = 1
- else
- ii_italic = 0
- end if
- return li_ret
- end function
- public function integer of_set_num_format (integer ai_builtin_format);
- ii_num_format = ai_builtin_format
- return 1
- end function
- public function integer of_set_num_format (string as_num_format);integer li_ret = 1
- is_num_format = as_num_format
- ii_num_format = 0
- return li_ret
- end function
- public function integer of_set_align (string as_align);integer li_ret = 1
- choose case trim(lower(as_align))
- case "left"
- of_set_text_h_align(1)
- case "centre", "center"
- of_set_text_h_align(2)
- case "right"
- of_set_text_h_align(3)
- case "fill"
- of_set_text_h_align(4)
- case "justify"
- of_set_text_h_align(5)
- case "merge"
- of_set_text_h_align(6)
- case "equal_space"
- of_set_text_h_align(7)
- case "top"
- of_set_text_v_align(0)
- case "vcentre", "vcenter"
- of_set_text_v_align(1)
- case "bottom"
- of_set_text_v_align(2)
- case "vjustify"
- of_set_text_v_align(3)
- case "vequal_space"
- of_set_text_v_align(4)
- case else
- return -1
- end choose
- return li_ret
- end function
- public function integer of_set_text_wrap (boolean ab_text_wrap);integer li_ret = 1
- if ab_text_wrap then
- ii_text_wrap = 1
- else
- ii_text_wrap = 0
- end if
- return li_ret
- end function
- public function integer of_set_bg_color (string as_color);integer li_ret = 1
- of_set_bg_color(of_get_color(as_color))
- return li_ret
- end function
- public function integer of_set_bg_color (long al_colorindex);integer li_ret = 1
- if al_colorindex < 8 then
- al_colorindex += 8
- end if
- if al_colorindex > 63 then
- al_colorindex = 32767
- end if
- ii_bg_color = al_colorindex
- return li_ret
- end function
- public function integer of_set_border (integer ai_border_style);of_set_left(ai_border_style)
- of_set_right(ai_border_style)
- of_set_top(ai_border_style)
- of_set_bottom(ai_border_style)
- return 1
- end function
- public function integer of_set_border_color (long al_color_index);of_set_left_color(al_color_index)
- of_set_right_color(al_color_index)
- of_set_top_color(al_color_index)
- of_set_bottom_color(al_color_index)
- return 1
- end function
- public function integer of_set_border_color (string as_color);of_set_left_color(as_color)
- of_set_right_color(as_color)
- of_set_top_color(as_color)
- of_set_bottom_color(as_color)
- return 1
- end function
- public function integer of_set_bottom (integer ai_border_style);ii_bottom = ai_border_style
- return 1
- end function
- public function integer of_set_right (integer ai_border_style);ii_right = ai_border_style
- return 1
- end function
- public function integer of_set_left (integer ai_border_style);ii_left = ai_border_style
- return 1
- end function
- public function integer of_set_top (integer ai_border_style);ii_top = ai_border_style
- return 1
- end function
- public function integer of_set_bottom_color (long al_color_index);integer li_ret = 1
- if al_color_index < 8 then
- al_color_index += 8
- end if
- if al_color_index > 63 then
- al_color_index = 32767
- end if
- ii_bottom_color = al_color_index
- return li_ret
- end function
- public function integer of_set_bottom_color (string as_color);integer li_ret = 1
- of_set_bottom_color(of_get_color(as_color))
- return li_ret
- end function
- public function integer of_set_left_color (long al_color_index);integer li_ret = 1
- if al_color_index < 8 then
- al_color_index += 8
- end if
- if al_color_index > 63 then
- al_color_index = 32767
- end if
- ii_left_color = al_color_index
- return li_ret
- end function
- public function integer of_set_left_color (string as_color);integer li_ret = 1
- of_set_left_color(of_get_color(as_color))
- return li_ret
- end function
- public function integer of_set_right_color (long al_color_index);integer li_ret = 1
- if al_color_index < 8 then
- al_color_index += 8
- end if
- if al_color_index > 63 then
- al_color_index = 32767
- end if
- ii_right_color = al_color_index
- return li_ret
- end function
- public function integer of_set_right_color (string as_color);integer li_ret = 1
- of_set_right_color(of_get_color(as_color))
- return li_ret
- end function
- public function integer of_set_top_color (long al_color_index);integer li_ret = 1
- if al_color_index < 8 then
- al_color_index += 8
- end if
- if al_color_index > 63 then
- al_color_index = 32767
- end if
- ii_top_color = al_color_index
- return li_ret
- end function
- public function integer of_set_top_color (string as_color);integer li_ret = 1
- of_set_top_color(of_get_color(as_color))
- return li_ret
- end function
- public function integer of_set_underline (integer ai_style);ii_underline=ai_style
- return 1
- end function
- public function integer of_set_rotation (integer ai_rotation);integer li_ret = 1
- if ai_rotation >= 0 and ai_rotation <= 180 or ai_rotation = 255 then
- ii_rotation = ai_rotation
- else
- li_ret = -1
- end if
- return li_ret
- end function
- public function integer of_set_script (integer ai_script);integer li_ret = 1
- if ai_script < 0 or ai_script > 2 then
- li_ret = -1
- else
- ii_font_script = ai_script
- end if
- return li_ret
- end function
- public function integer of_set_outline (boolean ab_option);if ab_option then
- ii_font_outline = 1
- else
- ii_font_outline = 0
- end if
- return 1
- end function
- public function integer of_set_hidden (boolean ab_option);if ab_option then
- ii_hidden = 1
- else
- ii_hidden = 0
- end if
- return 1
- end function
- public function integer of_set_locked (boolean ab_option);if ab_option then
- ii_locked = 1
- else
- ii_locked = 0
- end if
- return 1
- end function
- public function integer of_set_strikeout (boolean ab_option);if ab_option then
- ii_font_strikeout = 1
- else
- ii_font_strikeout = 0
- end if
- return 1
- end function
- public function integer of_set_text_justlast ();ii_text_justlast=1
- return 1
- end function
- public function integer of_set_pattern (integer ai_pattern);integer li_ret = 1
- if ai_pattern < 0 or ai_pattern > 18 then
- li_ret = -1
- else
- ii_pattern = ai_pattern
- end if
- return li_ret
- end function
- public function integer of_set_fg_color (string as_color);return of_set_fg_color(of_get_color(as_color))
- end function
- public function integer of_set_fg_color (long al_colorindex);integer li_ret = 1
- if al_colorindex < 8 then
- al_colorindex += 8
- end if
- if al_colorindex > 63 then
- al_colorindex = 32767
- end if
- ii_fg_color = al_colorindex
- return li_ret
- end function
- public function integer of_set_merge ();return of_set_text_h_align(6)
- end function
- public function string of_get_format_key ();string ls_ret
- uint li_pos
- IF Trim(is_num_format)="" OR is_num_format="?" or is_num_format="!" Then
- is_num_format='General'
- END IF
- ls_ret = string(ii_num_format, "00000") + string(len(is_num_format), "000") + is_num_format + string(ii_hidden, "0") + string(ii_locked, "0") + string(ii_text_h_align, "00") + string(ii_text_wrap, "0") + string(ii_text_v_align, "00") + string(ii_text_justlast, "00") + string(ii_rotation, "000") + string(ii_fg_color, "000") + string(ii_bg_color, "000") + string(ii_pattern, "000") + string(ii_bottom, "000") + string(ii_top, "000") + string(ii_left, "000") + string(ii_right, "000") + string(ii_bottom_color, "000") + string(ii_top_color, "000") + string(ii_left_color, "000") + string(ii_right_color, "000") + string(ii_merge_range, "0") + of_get_font_key()
- li_pos = pos(ls_ret, " ")
- //do While li_pos > 0
- Do While li_Pos>0
- ls_ret = replace(ls_ret, li_pos, 1, "_")
- li_pos = pos(ls_ret, " ")
- loop
- return ls_ret
- end function
- public function integer of_get_color (string as_color);CHOOSE CASE TRIM(LOWER(as_color))
- CASE "aqua"
- RETURN 15
- CASE "cyan"
- RETURN 15
- CASE "black"
- RETURN 8
- CASE "blue"
- RETURN 12
- CASE "brown"
- RETURN 16
- CASE "magenta"
- RETURN 14
- CASE "fuchsia"
- RETURN 14
- CASE "gray"
- RETURN 23
- CASE "grey"
- RETURN 23
- CASE "green"
- RETURN 17
- CASE "lime"
- RETURN 11
- CASE "navy"
- RETURN 18
- CASE "orange"
- RETURN 53
- CASE "purple"
- RETURN 20
- CASE "red"
- RETURN 10
- CASE "silver"
- RETURN 22
- CASE "white"
- RETURN 9
- CASE "yellow"
- RETURN 13
- END CHOOSE
- RETURN 32767
- end function
- public function blob of_get_font ();uint li_record
- uint li_length
- uint li_dyheight
- uint li_grbit
- uint li_icv
- uint li_bls
- uint li_sss
- uint li_uls
- uint li_bfamily
- uint li_bcharset
- uint li_reserved
- uint li_cch
- blob lb_data
- Blob lb_Font
- lb_Font=invo_sub.to_unicode(is_font)
- li_dyheight = ii_size * 20
- li_icv = ii_color
- li_bls = ii_bold
- li_sss = ii_font_script
- li_uls = ii_underline
- li_bfamily = ii_font_family
- li_bcharset = ii_font_charset
- li_cch = len(lb_font) / 2
- li_record = 49
- li_length = 16 + li_cch * 2
- li_reserved = 0
- li_grbit = 0
- li_grbit = li_grbit + ii_italic * 2
- li_grbit = li_grbit + ii_font_strikeout * 8
- li_grbit = li_grbit + ii_font_outline * 16
- li_grbit = li_grbit + ii_font_shadow * 32
- lb_data = invo_sub.of_pack("v", li_record) + invo_sub.of_pack("v", li_length) + invo_sub.of_pack("v", li_dyheight) + invo_sub.of_pack("v", li_grbit) + invo_sub.of_pack("v", li_icv) + invo_sub.of_pack("v", li_bls) + invo_sub.of_pack("v", li_sss) + invo_sub.of_pack("C", li_uls) + invo_sub.of_pack("C", li_bfamily) + invo_sub.of_pack("C", li_bcharset) + invo_sub.of_pack("C", li_reserved) + invo_sub.of_pack("C", li_cch) + invo_sub.of_pack("C", 1) + lb_Font
- return lb_data
- end function
- public function string of_get_font_key ();string ls_ret
- uint li_pos
- ls_ret = string(len(is_font), "000") + is_font + trim(string(ii_size, "0000")) + trim(string(ii_font_script, "00")) + trim(string(ii_underline, "00")) + trim(string(ii_font_strikeout, "00")) + trim(string(ii_bold, "000")) + trim(string(ii_font_outline, "00")) + trim(string(ii_font_family, "0000")) + trim(string(ii_font_charset, "000000")) + trim(string(ii_font_shadow, "00")) + trim(string(ii_color, "000")) + trim(string(ii_italic, "0"))
- li_pos = pos(ls_ret, " ")
- Do While li_Pos>0
- ls_ret = replace(ls_ret, li_pos, 1, "_")
- li_pos = pos(ls_ret, " ")
- loop
- return ls_ret
- end function
- public function blob of_get_xf (string as_style);uint li_record
- uint li_length
- uint li_ifnt
- uint li_ifmt
- uint li_style
- uint li_align
- ulong ll_border1
- ulong ll_border2
- uint li_pcolor
- uint li_atr_num
- uint li_atr_fnt
- uint li_atr_alc
- uint li_atr_bdr
- uint li_atr_pat
- uint li_atr_prot
- uint li_rotation
- uint li_grbit8
- uint li_usedattr
- blob lb_data
- if as_style = "style" then
- li_style = 65525
- else
- li_style = ii_locked + ii_hidden * 2
- end if
- if ii_num_format <> 0 then
- li_atr_num = 1
- end if
- if ii_font_index <> 0 then
- li_atr_fnt = 1
- end if
- if ii_text_h_align <> 0 or ii_text_v_align <> 2 or ii_text_wrap <> 0 then
- li_atr_alc = 1
- end if
- if ii_bottom <> 0 or ii_top <> 0 or ii_left <> 0 or ii_right <> 0 then
- li_atr_bdr = 1
- end if
- if ii_fg_color <> 64 or ii_bg_color <> 65 or ii_pattern <> 0 then
- li_atr_pat = 1
- end if
- if ii_hidden <> 0 or ii_locked <> 1 then
- li_atr_prot = 1
- end if
- if ii_fg_color = 32767 then
- ii_fg_color = 64
- end if
- if ii_bg_color = 32767 then
- ii_bg_color = 65
- end if
- if ii_bottom_color = 32767 then
- ii_bottom_color = 64
- end if
- if ii_top_color = 32767 then
- ii_top_color = 64
- end if
- if ii_left_color = 32767 then
- ii_left_color = 64
- end if
- if ii_right_color = 32767 then
- ii_right_color = 64
- end if
- if ii_bottom = 0 then
- ii_bottom_color = 0
- end if
- if ii_top = 0 then
- ii_top_color = 0
- end if
- if ii_left = 0 then
- ii_left_color = 0
- end if
- if ii_right = 0 then
- ii_right_color = 0
- end if
- if ii_pattern <= 1 and ii_bg_color <> 65 and ii_fg_color = 64 then
- ii_fg_color = ii_bg_color
- ii_bg_color = 64
- ii_pattern = 1
- end if
- if ii_pattern <= 1 and ii_bg_color = 65 and ii_fg_color <> 64 then
- ii_bg_color = 64
- ii_pattern = 1
- end if
- choose case ii_rotation
- case 0
- li_rotation = 0
- case 1
- li_rotation = 255
- case 2
- li_rotation = 90
- case 3
- li_rotation = 180
- end choose
- li_ifnt = ii_font_index
- li_ifmt = ii_num_format
- li_align = ii_text_h_align + ii_text_wrap * 8 + ii_text_v_align * 16 + ii_text_justlast * 128
- li_grbit8 = 0 + 0 * 16 + 0 * 64
- li_usedattr = li_atr_num + li_atr_fnt * 2 + li_atr_alc * 4 + li_atr_bdr * 8 + li_atr_pat * 16 + li_atr_prot * 32
- ll_border1 = ii_left + ii_right * 16 + ii_top * 256 + ii_bottom * 4096 + ii_left_color * 65536 + ii_right_color * 8388608
- ll_border2 = ii_top_color + ii_bottom_color * 128 + 0 * 16384 + 0 * 2097152 + ii_pattern * 67108864
- li_pcolor = ii_fg_color + ii_bg_color * 128
- li_record = 224
- li_length = 20
- lb_data = invo_sub.of_pack("v", li_record) + invo_sub.of_pack("v", li_length) + invo_sub.of_pack("v", li_ifnt) + invo_sub.of_pack("v", li_ifmt) + invo_sub.of_pack("v", li_style) + invo_sub.of_pack("C", li_align) + invo_sub.of_pack("C", li_rotation) + invo_sub.of_pack("C", li_grbit8) + invo_sub.of_pack("C", li_usedattr * 4) + invo_sub.of_pack("V", ll_border1) + invo_sub.of_pack("V", ll_border2) + invo_sub.of_pack("v", li_pcolor)
- return lb_data
- end function
- public function integer of_set_merge_range ();ii_merge_range=1
- return 1
- end function
- public function integer of_set_text_h_align (unsignedinteger ai_align);ii_text_h_align =ai_align
- return 1
- end function
- public function integer of_set_text_v_align (unsignedinteger ai_align);ii_text_v_align=ai_align
- return 1
- end function
- public function integer of_copy (n_xls_format anvo_format);n_xls_format lnvo_format
- lnvo_format = anvo_format
- ii_font_index = lnvo_format.ii_font_index
- is_num_format = lnvo_format.is_num_format
- ii_num_format = lnvo_format.ii_num_format
- is_font = lnvo_format.is_font
- ii_size = lnvo_format.ii_size
- ii_bold = lnvo_format.ii_bold
- ii_italic = lnvo_format.ii_italic
- ii_color = lnvo_format.ii_color
- ii_underline = lnvo_format.ii_underline
- ii_font_strikeout = lnvo_format.ii_font_strikeout
- ii_font_outline = lnvo_format.ii_font_outline
- ii_font_shadow = lnvo_format.ii_font_shadow
- ii_font_script = lnvo_format.ii_font_script
- ii_font_family = lnvo_format.ii_font_family
- ii_font_charset = lnvo_format.ii_font_charset
- ii_hidden = lnvo_format.ii_hidden
- ii_locked = lnvo_format.ii_locked
- ii_text_h_align = lnvo_format.ii_text_h_align
- ii_text_wrap = lnvo_format.ii_text_wrap
- ii_text_v_align = lnvo_format.ii_text_v_align
- ii_text_justlast = lnvo_format.ii_text_justlast
- ii_rotation = lnvo_format.ii_rotation
- ii_fg_color = lnvo_format.ii_fg_color
- ii_bg_color = lnvo_format.ii_bg_color
- ii_pattern = lnvo_format.ii_pattern
- ii_bottom = lnvo_format.ii_bottom
- ii_top = lnvo_format.ii_top
- ii_left = lnvo_format.ii_left
- ii_right = lnvo_format.ii_right
- ii_bottom_color = lnvo_format.ii_bottom_color
- ii_top_color = lnvo_format.ii_top_color
- ii_left_color = lnvo_format.ii_left_color
- ii_right_color = lnvo_format.ii_right_color
- ii_merge_range = lnvo_format.ii_merge_range
- return 1
- end function
- on n_xls_format.create
- call super::create
- TriggerEvent( this, "constructor" )
- end on
- on n_xls_format.destroy
- TriggerEvent( this, "destructor" )
- call super::destroy
- end on
- event constructor;invo_sub = create n_xls_subroutines
- end event
- event destructor;destroy(invo_sub)
- if isvalid(message) then
- return 0
- else
- return message.returnvalue
- end if
- end event
|