TemplateCellCellGroupId Property  | 
 Gets or sets the group ID.
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string CellGroupId { get; set; }Public Property CellGroupId As String
	Get
	Set
public:
property String^ CellGroupId {
	String^ get ();
	void set (String^ value);
}member CellGroupId : string with get, set
Property Value
Type: 
String
            The group ID.
            
See Also