Gets or sets the content of the tabel cell component data.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public string Content { get; set; }
Visual Basic
Public Property Content As String
	Get
	Set
Visual C++
public:
property String^ Content {
	String^ get ();
	void set (String^ value);
}

See Also