Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Ignore Property, SftTreeItem Object

Defines whether the item is ignored for optimal column width and extent calculation.

Syntax

Get

VB.NETBoolean = object.Ignore As Boolean
VBBoolean = object.Ignore As Boolean
C#.NETbool Boolean = object.Ignore;
VC++VARIANT_BOOL Boolean = object->Ignore;
VARIANT_BOOL Boolean = object->GetIgnore();
CHRESULT object->get_Ignore(VARIANT_BOOL* Boolean);

Put

VB.NETobject.Ignore = Boolean As Boolean
VBobject.Ignore = Boolean As Boolean
C#.NETbool object.Ignore = Boolean;
VC++VARIANT_BOOL object->Ignore = Boolean;
void object->PutIgnore(VARIANT_BOOL Boolean);
CHRESULT object->put_Ignore(VARIANT_BOOL Boolean);

object

A SftTreeItem object.

Boolean

Defines whether the item is ignored for optimal column width and extent calculation.

BooleanDescription
TrueAll cells of this item are ignored for optimal column width calculation using Column.MakeOptimal, Column.OptimalWidth and ColumnsObj.MakeOptimal. This can be used if certain item contents are known to be unusually long, which would make columns too wide.
FalseThis item and all its cells are included in the optimal column width calculation using Column.MakeOptimal, Column.OptimalWidth and ColumnsObj.MakeOptimal, unless individual cells are excluded using their Cell.Ignore property.

Comments

The Ignore property defines whether the item is ignored for optimal column width and extent calculation.

See Also SftTreeItem Object | Object Hierarchy


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