TableRowDefinitionBuilder Class
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.
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. |