Copyright © 2003-2024 MultiMedia Soft

CellsManager.Text property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Function CellsManager.get_Text(UniqueID as Short) As String

Public Sub CellsManager.set_Text(UniqueID as Short, String)

 

[C#]

public string CellsManager.get_Text(short UniqueID);

public void CellsManager.set_Text(short UniqueID, string);

 

[C++]

public: String* CellsManager.get_Text(short UniqueID);

public: 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.