Table of Contents

Class CrosstabSubCell

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

Represents a single SubCell definition of a Crosstab.

public class CrosstabSubCell : DomItem
Inheritance
CrosstabSubCell
Inherited Members

Properties

Formula

The formula of the SubCell.

public string Formula { get; set; }

Property Value

string

Value

The value of the SubCell.

public string Value { get; set; }

Property Value

string