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 (24.3.0.1000)
Syntax public 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