Softelvdm.Controls Class Library for Windows Controls 1.0

IsEmpty Property, CellBaseClass Class

Softel vdm, Inc.

Returns whether this cell is empty.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Property IsEmpty As Boolean

C#   

public bool IsEmpty { get; }

C++   

public: property bool IsEmpty {
        bool get();
}

Property Value

True if the cell is empty and has no parts, otherwise False.

Comments

The IsEmpty property returns whether this cell is empty.

This property checks whether any parts have been defined in the parts collection. If no parts have been defined, it returns True. Other property settings, such as BackColor, etc. may be defined, but the cell is still considered empty as long as it has no parts defined in the parts collection.

Version Information

Supported in version 1.0.
Products Table


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