Table of Contents

Class CrosstabCellCollectionInfo

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

Represents a three-dimensional collection view of crosstab cell contents (rows x columns x subcells) used by designers and APIs for efficient inspection and editing.

public class CrosstabCellCollectionInfo
Inheritance
CrosstabCellCollectionInfo
Inherited Members

Constructors

CrosstabCellCollectionInfo()

Initializes a new empty collection info with zero dimensions.

public CrosstabCellCollectionInfo()

Properties

this[int, int, int]

Gets or sets the cell at the specified indices (returns null on out-of-range access).

public CrosstabCellContent this[int rowIndex, int columnIndex, int subCellIndex = 0] { get; }

Parameters

rowIndex int
columnIndex int
subCellIndex int

Property Value

CrosstabCellContent