|
|
|
FirstPart Property, CellBaseClass Class |
Returns the first part object of the cell's parts collection.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Property FirstPart As GenericPartClass |
C# |
public GenericPartClass FirstPart { get; } |
C++ |
public: property GenericPartClass^ FirstPart { |
Property Value
The part object.
Comments
The FirstPart property returns the first part object of the cell's parts collection.
The FirstPart property is identical to Parts[0].
Version Information
Supported in version 1.0.
Products Table