SpreadsheetGear 2023
TransitionExpEval Property (IWorksheet)


SpreadsheetGear Namespace > IWorksheet Interface : TransitionExpEval Property
Gets or sets the property which specifies whether or not a worksheet should use transitional formula evaluation.
Syntax
'Declaration
 
Property TransitionExpEval As System.Boolean
'Usage
 
Dim instance As IWorksheet
Dim value As System.Boolean
 
instance.TransitionExpEval = value
 
value = instance.TransitionExpEval
System.bool TransitionExpEval {get; set;}
Remarks
This flag is used when workbooks are imported from Lotus 123 by Excel.
Note: SpreadsheetGear does not implement transitional formula evaluation other than to maintain this setting.
Requirements

Target Platforms: 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

Reference

IWorksheet Interface
IWorksheet Members
TransitionFormEntry Property