'Declaration Public Shared Sub SetCellSettingsForGroupByRecord( _ ByVal d As DependencyObject, _ ByVal value As WordTableCellSettings _ )
public static void SetCellSettingsForGroupByRecord( DependencyObject d, WordTableCellSettings value )
All the word cells that are associated with a given GroupByRecord will use these settings including summaries within the GroupByRecord. To affect all GroupByRecords through out the control you can set this property on the Infragistics.Windows.DataPresenter.FieldSettings. To affect all the GroupByRecords for a given Infragistics.Windows.DataPresenter.FieldLayout, you can set this property on the Infragistics.Windows.DataPresenter.FieldLayout.FieldSettings. To affect GroupByRecords grouped for a specific Infragistics.Windows.DataPresenter.GroupByRecord.GroupByField, you can set this property on the Infragistics.Windows.DataPresenter.Field.Settings.
Note: The settings for these properties will be merged together giving precedence to the Field's settings then the FieldLayout's FieldSettings and lastly by the DataPresenter's FieldSettings.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2