TableControlBuilder.StartRowDefinition 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.
Add a header
public System.Management.Automation.TableRowDefinitionBuilder StartRowDefinition (bool wrap = false, System.Collections.Generic.IEnumerable<string> entrySelectedByType = default, System.Collections.Generic.IEnumerable<System.Management.Automation.DisplayEntry> entrySelectedByCondition = default);
member this.StartRowDefinition : bool * seq<string> * seq<System.Management.Automation.DisplayEntry> -> System.Management.Automation.TableRowDefinitionBuilder
Public Function StartRowDefinition (Optional wrap As Boolean = false, Optional entrySelectedByType As IEnumerable(Of String) = Nothing, Optional entrySelectedByCondition As IEnumerable(Of DisplayEntry) = Nothing) As TableRowDefinitionBuilder
Parameters
- wrap
- Boolean
- entrySelectedByType
- IEnumerable<String>
- entrySelectedByCondition
- IEnumerable<DisplayEntry>