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
SummaryTableindex
intcolumn
IColumnhide
bool
Properties
Content
public string[] Content { get; }
Property Value
- string[]
Header
public string Header { get; }
Property Value
Index
public int Index { get; }
Property Value
IsDefault
public bool IsDefault { get; }
Property Value
Justify
public SummaryTable.SummaryTableColumn.TextJustification Justify { get; }
Property Value
NeedToShow
public bool NeedToShow { get; }
Property Value
OriginalColumn
public IColumn OriginalColumn { get; }
Property Value
Width
public int Width { get; }
Property Value
Methods
ToString()
public override string ToString()