[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IVPageBreak

Interface IVPageBreak

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents a vertical page break.

public interface IVPageBreak

Properties

Extent

Returns the type of the specified page break: full-screen or only within a print area.

PageBreakExtent Extent { get; }

Property Value

PageBreakExtent

Location

Returns or sets the range that defines the page-break location. Horizontal page breaks are aligned with the top edge of the location range; vertical page breaks are aligned with the left edge of the location range.

IRange Location { get; }

Property Value

IRange

Methods

Delete()

Deletes the object.

void Delete()