TemplateTemplateCellIds Property  | 
 
            Gets the collection of IDs for template cells which hold adapters.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<string> TemplateCellIds { get; }Public ReadOnly Property TemplateCellIds As IList(Of String)
	Get
public:
property IList<String^>^ TemplateCellIds {
	IList<String^>^ get ();
}member TemplateCellIds : IList<string> with get
Property Value
Type: 
IListString
            The template cell IDs.
            
See Also