Edit

Share via


StepResult.Row Class

Definition

Represents a row in a table in the report for a diagnostic test run.

public class StepResult.Row
type StepResult.Row = class
Public Class StepResult.Row
Inheritance
StepResult.Row

Constructors

StepResult.Row()

Initializes a new instance of the StepResult.Row class without specifying any of the entries for the row.

StepResult.Row(IEnumerable<StepResult.RowItem>)

Initializes a new instance of the StepResult.Row class by using the specified collection of StepResult.RowItem objects to set the entries for the row.

StepResult.Row(IEnumerable<String>)

Initializes a new instance of the StepResult.Row class by using the specified collection of strings to set the entries for the row.

Properties

Items

Retrieves or sets the set of entries in the cells of the row.

Applies to