StepResult.RowItem Constructors

Definition

Overloads

StepResult.RowItem()

Initializes a new instance of the StepResult.RowItem class without specifying the content of the cell.

StepResult.RowItem(String)

Initializes a new instance of the StepResult.RowItem class with the specified content for the cell.

StepResult.RowItem()

Initializes a new instance of the StepResult.RowItem class without specifying the content of the cell.

public RowItem ();
Public Sub New ()

Applies to

StepResult.RowItem(String)

Initializes a new instance of the StepResult.RowItem class with the specified content for the cell.

public RowItem (string value);
new Microsoft.Hpc.Diagnostics.Helpers.StepResult.RowItem : string -> Microsoft.Hpc.Diagnostics.Helpers.StepResult.RowItem
Public Sub New (value As String)

Parameters

value
String

A string that specifies the content for the cell.

Applies to