'Declaration Public Property AutoFillHeader As Nullable(Of Boolean)
public Nullable<bool> AutoFillHeader {get; set;}
Property Value
true
if the Table Header should be auto-filled; otherwise, false
.'Declaration Public Property AutoFillHeader As Nullable(Of Boolean)
public Nullable<bool> AutoFillHeader {get; set;}
true
if the Table Header should be auto-filled; otherwise, false
.