Initializes a new instance of the CellInfo class.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public CellInfo( FieldItem xItem, FieldItem yItem, Field field, int row, int column ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ xItem As FieldItem, _ yItem As FieldItem, _ field As Field, _ row As Integer, _ column As Integer _ ) |
Visual C++ |
---|
public: CellInfo( FieldItem^ xItem, FieldItem^ yItem, Field^ field, int row, int column ) |
Parameters
- xItem
- Type: PerpetuumSoft.Olap..::.FieldItem
- yItem
- Type: PerpetuumSoft.Olap..::.FieldItem
- field
- Type: PerpetuumSoft.Olap..::.Field
- row
- Type: System..::.Int32
- column
- Type: System..::.Int32