'Declaration Public Property HideFrozenRowsColumns As Nullable(Of Boolean)
public Nullable<bool> HideFrozenRowsColumns {get; set;}
Property Value
true
if FrozenRows/FrozenColumns properties should be hidden; otherwise, false
.'Declaration Public Property HideFrozenRowsColumns As Nullable(Of Boolean)
public Nullable<bool> HideFrozenRowsColumns {get; set;}
true
if FrozenRows/FrozenColumns properties should be hidden; otherwise, false
.