CellIndex(Int32, IndexPath) Constructor

Definition

Namespace TreeDataGridCore
Assembly TreeDataGrid.Core.dll

Represents a cell in a TreeDataGrid source.

public CellIndex(int ColumnIndex, IndexPath RowIndex)

Parameters

ColumnIndex
Int32

The index of the cell in the Columns collection.

RowIndex
IndexPath

The hierarchical index of the row model in the data source.