SftBox/OCX 4.5

SftBoxColumn.Index Property

Softel vdm, Inc.

Returns the real column number of this column.

Syntax       

Get

VB.NET

ColNum = object.Index  As Short

VB

ColNum = object.Index  As Integer

C#.NET

short ColNum = object.Index;

VC++

short ColNum = object->Index;
short ColNum = object->GetIndex();

C

HRESULT object->get_Index(short* ColNum);

Delphi

ColNum := object.Index   : Smallint;

object

A SftBoxColumn object.

ColNum

Returns the real column number of this column.

Comments

The Index property returns the real column number of this column.


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