Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxCell.DataTag Property

Defines the cell's application specific variant value.

Syntax

Get

VB.NETV = object.DataTag As Object
VBV = object.DataTag As Variant
C#.NETobject V = object.DataTag;
VC++_variant_t V = object->DataTag;
_variant_t V = object->GetDataTag();
CHRESULT object->get_DataTag(VARIANT* V);

Put

VB.NETobject.DataTag = V As Object
VBobject.DataTag = V As Variant
C#.NETobject object.DataTag = V;
VC++_variant_t object->DataTag = V;
void object->PutDataTag(const _variant_t& V);
CHRESULT object->put_DataTag(VARIANT V);

object

A SftBoxCell object.

V

Defines the cell's application specific variant value.

Comments

The DataTag property defines the cell's application specific variant value.

The Cell.Data, Cell.DataObject, Cell.DataString properties can be used to store additional application specific data, using other data types (numeric values, objects, strings).

The DataTag property can be used for sorting purposes using the Items.Sort method or can be located using the Items.FindCellDataTag method.

Additional properties used to associate an application defined value with an item are Item.Data, Item.DataTag and Item.DataObject. These are distinct properties and can be used at the same time.

See Also SftBoxCell Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.