Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Ignore Property, SftTreeCell Object

Defines whether the cell 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 SftTreeCell object.

Boolean

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

BooleanDescription
TrueThis cell is ignored for optimal column width calculation using Column.MakeOptimal, Column.OptimalWidth and ColumnsObj.MakeOptimal. This can be used if certain cell contents are known to be unusually long, which would make a column too wide.
FalseThis cell is included in the optimal column width calculation using Column.MakeOptimal, Column.OptimalWidth and ColumnsObj.MakeOptimal, unless the item is excluded altogether using the Item.Ignore property.

Comments

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

See Also SftTreeCell Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.