how to set excel pagebreak in programm

C

chengquan

I try to modify the excel pagebreak attribute in a owc
enabled web page,which is the form excel worksheet save as
a web page.but when I try to import the page to Excel,the
pagebreak attribute totally dispeared from its style
description.like the follwing..

<x:pageBreaks>
<x:RowBreaks>
<x:RowBreak>
<x:Row>26</x:Row>
</x:RowBreak>
<x:RowBreak>
<x:Row>51</x:Row>
</x:RowBreak>
</x:RowBreaks>
</x:pageBreaks>
I really appreciate if someone can help me!
 
Top