SpreadsheetGear 2017
TransitionFormEntry Property (IWorksheet)






SpreadsheetGear Namespace > IWorksheet Interface : TransitionFormEntry Property
Gets or sets the property which specifies whether or not a worksheet should use transitional formula entry.
Syntax
'Declaration
 
Property TransitionFormEntry As System.Boolean
'Usage
 
Dim instance As IWorksheet
Dim value As System.Boolean
 
instance.TransitionFormEntry = value
 
value = instance.TransitionFormEntry
System.bool TransitionFormEntry {get; set;}
read-write property TransitionFormEntry: System.Boolean; 
function get,set TransitionFormEntry : System.boolean
__property System.bool get_TransitionFormEntry();
__property void set_TransitionFormEntry( 
   System.bool value
);
property System.bool TransitionFormEntry {
   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 entry 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
TransitionExpEval Property