TableControl.Create(Boolean, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a default TableControl
public static System.Management.Automation.TableControlBuilder Create (bool outOfBand = false, bool autoSize = false, bool hideTableHeaders = false);
static member Create : bool * bool * bool -> System.Management.Automation.TableControlBuilder
Public Shared Function Create (Optional outOfBand As Boolean = false, Optional autoSize As Boolean = false, Optional hideTableHeaders As Boolean = false) As TableControlBuilder
Parameters
- outOfBand
- Boolean
- autoSize
- Boolean
- hideTableHeaders
- Boolean