Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Item Property, HeadersClass Class

Returns the cell with the specified zero-based row index and zero-based column index.

Class: HeadersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public CellClass this[
    int RowIndex,
    int ColIndex
] { get; }
Public Default ReadOnly Property Item(
    ByVal RowIndex As Integer,
    ByVal ColIndex As Integer
) As CellClass

The Item property is the indexer of the HeadersClass class, so languages supporting indexers can use array syntax, usually [] or (), to access the Item property.

Value

The cell representing one row in the header area.

Comments

Returns the cell with the specified zero-based row index and zero-based column index.

Each cell in the column header area is represented by a cell (of type CellClass).

Cells within the header area are retrieved using this property.

See Also HeadersClass Class | Classes | SftTree/NET 2.0



Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.