TableRowDefinitionBuilder Class

Definition

A helper class for defining table controls

public ref class TableRowDefinitionBuilder sealed
public sealed class TableRowDefinitionBuilder
type TableRowDefinitionBuilder = class
Public NotInheritable Class TableRowDefinitionBuilder
Inheritance
TableRowDefinitionBuilder

Methods

AddPropertyColumn(String, Alignment, String)

Add a column to the current row definition that references a property.

AddScriptBlockColumn(String, Alignment, String)

Add a column to the current row definition that calls a script block.

EndRowDefinition()

Complete a row definition.

Applies to