'Declaration Public Property PreventOrphanedHeader As Boolean
public bool PreventOrphanedHeader {get; set;}
Property Value
A System.Boolean value wheretrue
if the header is displayed without at least one line of data below it; otherwise, false
. Default value is false
.