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
crosstabCollectionCollectionCrosstabCellBases
Properties
AlignmentHorizontal
Gets the horizontal alignment settings.
[JsonInclude]
public PropertyAlignmentHorizontal AlignmentHorizontal { get; }
Property Value
AlignmentVertical
Gets or sets the vertical alignment.
public string AlignmentVertical { get; set; }
Property Value
ConditionalFormatter
Gets the conditional formatter collection.
[JsonInclude]
public CollectionConditionalFormatterItems ConditionalFormatter { get; }
Property Value
Direction
Gets or sets the text direction.
public string Direction { get; set; }
Property Value
DrillDownLinks
Gets the drill down links collection.
[JsonInclude]
public CollectionDrillDownLinks? DrillDownLinks { get; }
Property Value
Filling
Gets the filling settings.
[JsonInclude]
public PropertyFillingExt Filling { get; }
Property Value
Font
Gets the font settings.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
Formula
Gets or sets the formula / contents of the cell.
public string Formula { get; set; }
Property Value
Frame
Gets the frame settings.
[JsonInclude]
public PropertyFrameExt Frame { get; }
Property Value
LinkUrl
Gets or sets the hyperlink URL.
public string LinkUrl { get; set; }
Property Value
MaxCellWidth
Gets or sets the maximum cell width.
public string MaxCellWidth { get; set; }
Property Value
MinHeight
Gets or sets the minimum cell height.
public string MinHeight { get; set; }
Property Value
MinWidth
Gets or sets the minimum cell width.
public string MinWidth { get; set; }
Property Value
OutputFormatter
Gets the output formatter used for the cell contents.
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }