Version

GetTableSettingsForFieldLayout Method

Returns the format settings applied to a Infragistics.Windows.DataPresenter.FieldLayout when exported to word.
Syntax
'Declaration
 
Public Shared Function GetTableSettingsForFieldLayout( _
   ByVal d As DependencyObject _
) As WordTableSettings
public static WordTableSettings GetTableSettingsForFieldLayout( 
   DependencyObject d
)

Parameters

d
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