Property that represents a collection of cell
content objects for a cell.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public CellContentsCollection Contents { get; }
Public ReadOnly Property Contents As CellContentsCollection
Get
public:
property CellContentsCollection^ Contents {
CellContentsCollection^ get ();
}
member Contents : CellContentsCollection with get
Property Value
CellContentsCollection
See Also