HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Cells Property, ItemClass Class

Returns the item's cell collection.

Class: ItemClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public CellCollectionClass Cells { get; }
Public ReadOnly Property Cells As CellCollectionClass

Value

The cell collection.

Comments

Returns the item's cell collection.

Cells in the cell collection are displayed one for each defined column (ColumnsClass.Count). If there are fewer cells in the cell collection than columns, the remaining columns are empty. If there are more cells than columns, the extraneous cells are simply ignored.

See Also ItemClass Class | Classes | SftTree/NET 3.0