Version

SetCellSettingsForSummaryRecord Method

Sets the format settings applied to Word Table Cells that represents a Infragistics.Windows.DataPresenter.SummaryRecord.
Syntax
'Declaration
 
Public Shared Sub SetCellSettingsForSummaryRecord( _
   ByVal d As DependencyObject, _
   ByVal value As WordTableCellSettings _
) 
public static void SetCellSettingsForSummaryRecord( 
   DependencyObject d,
   WordTableCellSettings value
)

Parameters

d
value
Remarks

Note: This only affects the appearance of SummaryRecord objects and not the summaries that are displayed within a group by record even when the summaries are aligned to the cells.

Requirements

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

See Also