SpreadsheetGear 2017
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;}
read-write property TransitionExpEval: System.Boolean; 
function get,set TransitionExpEval : System.boolean
__property System.bool get_TransitionExpEval();
__property void set_TransitionExpEval( 
   System.bool value
);
property System.bool TransitionExpEval {
   System.bool get();
   void set (    System.bool value);
}
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