엑셀의 페이지 설정의 바닥글을 설정 합니다.
엑셀 메뉴의파일 > 페이지설정중머리글/바닥글설정 탭의 바닥글 부분을 설정하는 요소 입니다.
하위요소
| Name | Description |
|---|---|
<LeftSection> |
왼쪽 구역 설정 |
<CenterSection> |
가운데 구역 설정 |
<RightSection> |
오른쪽 구역 설정 |
각 구역의 상세 설명은 LeftSection, CenterSection, RightSection 요소를 참고 하세요.
<?xml version="1.0" ?>
<Excel>
<!--바닥글 설정하기-->
<CustomFooter>
<CenterSection>
<font Name="돋움체" Size="12"/>
<InputText><![CDATA[&P / &N]]></InputText>
</CenterSection>
</CustomFooter>
</Excel>