Content Property

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

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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