Enums/AutoFit.ps1
<#
/// <summary> /// How a Table should auto resize. /// </summary> #> enum AutoFit { Contents Window ColumnWidth Fixed } |
<#
/// <summary> /// How a Table should auto resize. /// </summary> #> enum AutoFit { Contents Window ColumnWidth Fixed } |