|
|
|
TextPart Property, CellBaseClass Class |
Returns the first TextPartClass object of the cell's parts collection.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Property TextPart As TextPartClass |
C# |
public TextPartClass TextPart { get; } |
C++ |
public: property TextPartClass^ TextPart { |
Property Value
The TextPartClass object.
Comments
The TextPart property returns the first TextPartClass 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