Version

SetTableSettingsForFieldLayout Method

Sets the format settings applied to a Infragistics.Windows.DataPresenter.FieldLayout when exported to word.
Syntax
'Declaration
 
Public Shared Sub SetTableSettingsForFieldLayout( _
   ByVal d As DependencyObject, _
   ByVal value As WordTableSettings _
) 
public static void SetTableSettingsForFieldLayout( 
   DependencyObject d,
   WordTableSettings value
)

Parameters

d
value
Remarks

This property provides the settings applied to a Table created in the word export for a given Infragistics.Windows.DataPresenter.FieldLayout.

Note: The settings for these properties will be merged together giving precedence to the FieldLayout's Settings and lastly by the DataPresenter's FieldLayoutSettings.

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