Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxCell.ColumnIndex Property

Returns the column index of this cell.

Syntax

Get

VB.NETColNum = object.ColumnIndex As Short
VBColNum = object.ColumnIndex As Integer
C#.NETshort ColNum = object.ColumnIndex;
VC++short ColNum = object->ColumnIndex;
short ColNum = object->GetColumnIndex();
CHRESULT object->get_ColumnIndex(short* ColNum);

object

A SftBoxCell object.

ColNum

Returns the column index of this cell.

Comments

The ColumnIndex property returns the column index of this cell.

The Cell.ItemIndex property can be used to retrieve the item index of this cell.

See Also SftBoxCell Object | Object Hierarchy


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