Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItem.Cell Property

Returns an item's SftBoxCell object given a column number.

Syntax

Get

VB.NETrefCellObj = object.Cell(ByVal ColNum As Short) As SftBoxCell
VBSet refCellObj = object.Cell(ByVal ColNum As Integer) As SftBoxCell
C#.NETSftBoxCell refCellObj = object.get_Cell(short ColNum);
VC++ISftBoxCell* refCellObj = object->Cell[short ColNum];
ISftBoxCell* refCellObj = object->GetCell(short ColNum);
CHRESULT object->get_Cell(short ColNum, ISftBoxCell** refCellObj);

object

A SftBoxItem object.

ColNum

The zero-based index of the column to be accessed. The number of available columns is defined using the Columns.Count property.

refCellObj

Returns a reference to the SftBoxCell object for the cell at column ColNum.

Comments

The Cell property returns an item's SftBoxCell object given a column number.

The Cell property returns a SftBoxCell object for the desired cell. The properties of the cell can be updated using the returned SftBoxCell object.

The Item.Cell property is identical to the control's Cell property. They return the same object.

See Also SftBoxItem Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.