ASP.NET Pack Programmer's Guide
ICell.Text Property
See Also
 





Gets or sets the text of the cell or group of cells.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

string Text { get; set; }

Visual Basic  Copy Code

Property Text As String

 Property Value

 Remarks

The Item property of the Grid class lets you access a group of cells through a single ICell reference, which lets you set the text of all cells in the group with a single assignment.

 See Also

ICell Members
ICell Interface
MindFusion.Diagramming.Lanes Namespace