Table of Contents

Class CrosstabCellBase

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Base class for crosstab cells (group and sum labels) providing formatting, alignment, frame, filling and drilldown/output formatter support.

public class CrosstabCellBase : DomItem, IDomItemWithConditionalFormatter, IDomItemWithOutputFormatter
Inheritance
CrosstabCellBase
Implements
Derived
Inherited Members

Constructors

CrosstabCellBase(CollectionCrosstabCellBases)

public CrosstabCellBase(CollectionCrosstabCellBases crosstabCollection)

Parameters

crosstabCollection CollectionCrosstabCellBases

Properties

AlignmentHorizontal

Gets the horizontal alignment settings.

[JsonInclude]
public PropertyAlignmentHorizontal AlignmentHorizontal { get; }

Property Value

PropertyAlignmentHorizontal

AlignmentVertical

Gets or sets the vertical alignment.

public string AlignmentVertical { get; set; }

Property Value

string

ConditionalFormatter

Gets the conditional formatter collection.

[JsonInclude]
public CollectionConditionalFormatterItems ConditionalFormatter { get; }

Property Value

CollectionConditionalFormatterItems

Direction

Gets or sets the text direction.

public string Direction { get; set; }

Property Value

string

Gets the drill down links collection.

[JsonInclude]
public CollectionDrillDownLinks? DrillDownLinks { get; }

Property Value

CollectionDrillDownLinks

Filling

Gets the filling settings.

[JsonInclude]
public PropertyFillingExt Filling { get; }

Property Value

PropertyFillingExt

Font

Gets the font settings.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

Formula

Gets or sets the formula / contents of the cell.

public string Formula { get; set; }

Property Value

string

Frame

Gets the frame settings.

[JsonInclude]
public PropertyFrameExt Frame { get; }

Property Value

PropertyFrameExt

LinkUrl

Gets or sets the hyperlink URL.

public string LinkUrl { get; set; }

Property Value

string

MaxCellWidth

Gets or sets the maximum cell width.

public string MaxCellWidth { get; set; }

Property Value

string

MinHeight

Gets or sets the minimum cell height.

public string MinHeight { get; set; }

Property Value

string

MinWidth

Gets or sets the minimum cell width.

public string MinWidth { get; set; }

Property Value

string

OutputFormatter

Gets the output formatter used for the cell contents.

[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase