'Declaration
Function Add( _ ByVal before As IRange _ ) As IHPageBreak
'Usage
Dim instance As IHPageBreaks Dim before As IRange Dim value As IHPageBreak value = instance.Add(before)
IHPageBreak Add( IRange before )
Parameters
- before
- The range before which to add the horizontal page break.
Return Value
The horizontal page break.