Table of Contents

Class SummaryTable.SummaryTableColumn

Namespace
BenchmarkDotNet.Reports
Assembly
BenchmarkDotNet.dll
public class SummaryTable.SummaryTableColumn
Inheritance
SummaryTable.SummaryTableColumn

Constructors

SummaryTableColumn(SummaryTable, int, IColumn, bool)

public SummaryTableColumn(SummaryTable table, int index, IColumn column, bool hide = false)

Parameters

table SummaryTable
index int
column IColumn
hide bool

Properties

Content

public string[] Content { get; }

Property Value

string[]

Header

public string Header { get; }

Property Value

string

Index

public int Index { get; }

Property Value

int

IsDefault

public bool IsDefault { get; }

Property Value

bool

Justify

public SummaryTable.SummaryTableColumn.TextJustification Justify { get; }

Property Value

SummaryTable.SummaryTableColumn.TextJustification

NeedToShow

public bool NeedToShow { get; }

Property Value

bool

OriginalColumn

public IColumn OriginalColumn { get; }

Property Value

IColumn

Width

public int Width { get; }

Property Value

int

Methods

ToString()

public override string ToString()

Returns

string