Version

SetAreaSettings Method

Specifies the settings that relate to a specific area inside the table
Syntax
'Declaration
 
Public Sub SetAreaSettings( _
   ByVal area As TableArea, _
   ByVal settings As TableAreaSettings _
) 
public void SetAreaSettings( 
   TableArea area,
   TableAreaSettings settings
)

Parameters

area
The area that the settings apply to.
settings
The new settings object
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