SftBox/OCX 4.5

SftBoxCell.ColumnIndex Property

Softel vdm, Inc.

Returns the column index of this cell.

Syntax       

Get

VB.NET

ColNum = object.ColumnIndex  As Short

VB

ColNum = object.ColumnIndex  As Integer

C#.NET

short ColNum = object.ColumnIndex;

VC++

short ColNum = object->ColumnIndex;
short ColNum = object->GetColumnIndex();

C

HRESULT object->get_ColumnIndex(short* ColNum);

Delphi

ColNum := object.ColumnIndex   : Smallint;

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.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com