SftDirectory 2.5

SftDirectory.ColumnCount Property

Softel vdm, Inc.

Defines the number of columns.

Syntax       

Get

VB.NET

Count = object.ColumnCount  As Integer

VB

Count = object.ColumnCount  As Long

C#.NET

int Count = object.ColumnCount;

VC++

long Count = object->ColumnCount;
long Count = object->GetColumnCount();

C

HRESULT object->get_ColumnCount(long* Count);

Delphi

Count := object.ColumnCount   : Integer;

Put

VB.NET

object.ColumnCount = Count  As Integer

VB

object.ColumnCount = Count  As Long

C#.NET

int object.ColumnCount = Count;

VC++

long object->ColumnCount = Count;
void object->PutColumnCount(long Count);

C

HRESULT object->put_ColumnCount(long Count);

Delphi

object.ColumnCount := Count   : Integer;

object

A SftDirectory object.

Count

Defines the number of columns.

Comments

The ColumnCount property defines the number of columns.

The contents of newly added columns can be defined using the Column.Contents property.


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