|
|
|
ImagePart Property, CellBaseClass Class |
Returns the first ImagePartClass object of the cell's parts collection.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Property ImagePart As ImagePartClass |
C# |
public ImagePartClass ImagePart { get; } |
C++ |
public: property ImagePartClass^ ImagePart { |
Property Value
Comments
The ImagePart property returns the first ImagePartClass object of the cell's Parts collection.
If an application uses only one TextPartClass and one ImagePartClass object in each cell, it can access these using the TextPart and ImagePart properties, instead of having to "remember" which object in the parts collection is the respective object. In addition, the Text and Image properties are available to access their contents directly.
Version Information
Supported in version 1.0.
Products Table