|
|
|
IsEmpty Property, CellBaseClass Class |
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 { |
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