HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

ColumnIndex Property, CellClass Class

Returns the column's zero-based index in the column collection.

Class: CellClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public int ColumnIndex { get; }
Public ReadOnly Property ColumnIndex As Integer

Value

A value that specifies the zero-based column index in the column collection.

Comments

Returns the column's zero-based index in the column collection.

The CallClass.OwningItem property can be used to determine the item to which this cell belongs.

See Also CellClass Class | Classes | SftTree/NET 3.0