SftBox/OCX 4.5

SftBox.RowColumnHeader Property

Softel vdm, Inc.

Returns the SftBoxRowColumnHeader object.

Syntax       

Get

VB.NET

refRowColumnHeaderObj = object.RowColumnHeader  As SftBoxRowColumnHeader

VB

Set refRowColumnHeaderObj = object.RowColumnHeader  As SftBoxRowColumnHeader

C#.NET

SftBoxRowColumnHeader refRowColumnHeaderObj = object.RowColumnHeader;

VC++

ISftBoxRowColumnHeader* refRowColumnHeaderObj = object->RowColumnHeader;
ISftBoxRowColumnHeader* refRowColumnHeaderObj = object->GetRowColumnHeader();

C

HRESULT object->get_RowColumnHeader(ISftBoxRowColumnHeader** refRowColumnHeaderObj);

Delphi

refRowColumnHeaderObj := object.RowColumnHeader  : ISftBoxRowColumnHeader;

object

A SftBox object.

refRowColumnHeaderObj

Returns a reference to the control's SftBoxRowColumnHeader object.

Comments

The RowColumnHeader property returns the SftBoxRowColumnHeader object.

The properties and behavior of the row/column header can be updated using the returned SftBoxRowColumnHeader object.


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