Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Item Property, FootersClass Class

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

Class: FootersClass
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 FootersClass class, so languages supporting indexers can use array syntax, usually [] or (), to access the Item property.

Value

The cell representing one row in the footer area.

Comments

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

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

Cells within the footer area are retrieved using this property.

See Also FootersClass 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.