'DeclarationFunction Add( _ ByVal before As IRange _ ) As IHPageBreak
'UsageDim 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.