VPageBreak 接口

定义

代表一个垂直分页符。

public interface class VPageBreak
[System.Runtime.InteropServices.Guid("00024402-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface VPageBreak
Public Interface VPageBreak
属性

注解

VPageBreak 对象是 集合的成员VPageBreaks

使用 VPageBreaks (index) (其中 index 是分页符的分页符索引号)返回 VPageBreak 对象。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Extent

返回指定分页符的类型:全屏或仅在打印区域内。

Location

返回或设置 (Range 定义分页符位置的对象) 单元格。

Parent

返回指定对象的父对象。

Type

返回或设置分页符类型。

方法

Delete()

删除对象。

DragOff(XlDirection, Int32)

将一个分页符拖出打印区域。

适用于