|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property CellsManager.Text(UniqueID as Short) As String
[C#]
public string CellsManager.get_Text(short UniqueID);
public void CellsManager.set_Text(short UniqueID, string);
[C++]
public: __property String* CellsManager.get_Text(short UniqueID);
public: __property void CellsManager.set_Text(short UniqueID, String*);
|
|
|
|
|
Remarks
|
The text that will appear over the cell identified by the UniqueID parameter: it can be multi-line.
|
|
|
|
|
See also
|
CellsManagerDesc class.
CellsManager property.
How to manage cells section.
|