Version

SetCalcSettings Method

This sets the CalcSettings extender property for the specified element.
Syntax
'Declaration
 
Public Sub SetCalcSettings( _
   ByVal control As Control, _
   ByVal calcSettings As CalcSettings _
) 
public void SetCalcSettings( 
   Control control,
   CalcSettings calcSettings
)

Parameters

control
The element whose CalcSettings property is getting set.
calcSettings
An object that acts as a bridge between control and the calculation network, obtained by calling GetCalcSettings for the control.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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