Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.47 KB

scriptblock-element-for-tablecolumnitem-for-tablecontrol-format.md

File metadata and controls

62 lines (41 loc) · 1.47 KB
description ms.date ms.topic title
ScriptBlock Element for TableColumnItem for TableControl
08/24/2021
reference
ScriptBlock Element for TableColumnItem for TableControl

ScriptBlock Element for TableColumnItem for TableControl

Specifies the script whose value is displayed in the column of the row.

Schema

  • Configuration Element
  • ViewDefinitions Element
  • View Element
  • TableControl Element
  • TableRowEntries Element
  • TableRowEntry Element
  • TableColumnItems Element
  • TableColumnItem Element
  • ScriptBlock Element

Syntax

<ScriptBlock>ScriptToEvaluate</ScriptBlock>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the ScriptBlock element.

Attributes

None.

Child Elements

None.

Parent Elements

Element Description
TableColumnItem Element Defines the property or script whose value is displayed in the column of the row.

Text Value

Specify the script whose value is displayed.

Remarks

For more information about the components of a table view, see Creating a Table View.

See Also

Creating a Table View

TableColumnItem Element

Writing a PowerShell Formatting File