SftDirectory 2.5

SftDirectory.ColumnEntry Property

Softel vdm, Inc.

Returns a SftDirectoryColumn object for a given column.

Syntax       

Get

VB.NET

refColumnObj = object.get_ColumnEntry(ByVal ColNum As Short)  As SftDirectoryColumn

VB

Set refColumnObj = object.ColumnEntry(ByVal ColNum As Integer)  As SftDirectoryColumn

C#.NET

SftDirectoryColumn refColumnObj = object.get_ColumnEntry(short ColNum);

VC++

ISftDirectoryColumn* refColumnObj = object->ColumnEntry[short ColNum];
ISftDirectoryColumn* refColumnObj = object->GetColumnEntry(short ColNum);

C

HRESULT object->get_ColumnEntry(short ColNum, ISftDirectoryColumn** refColumnObj);

Delphi

refColumnObj := object.ColumnEntry[ColNum : Smallint]  : ISftDirectoryColumn;

object

A SftDirectory object.

ColNum

A zero-based column number. The valid range is 0 through ColumnCount-1.

refColumnObj

Returns a SftDirectoryColumn object for a given column.

Comments

The ColumnEntry property returns a SftDirectoryColumn object for a given column.

The Column property can be used to retrieve SftDirectoryColumn objects using the column contents.


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