SpreadsheetGear 2017
CacheMode Property (FormulaBar)






SpreadsheetGear.Windows.Controls Namespace > FormulaBar Class : CacheMode Property
Syntax
'Declaration
 
Public Property CacheMode As System.Windows.Media.CacheMode
'Usage
 
Dim instance As FormulaBar
Dim value As System.Windows.Media.CacheMode
 
instance.CacheMode = value
 
value = instance.CacheMode
public System.Windows.Media.CacheMode CacheMode {get; set;}
public read-write property CacheMode: System.Windows.Media.CacheMode; 
public function get,set CacheMode : System.Windows.Media.CacheMode
public: __property System.Windows.Media.CacheMode* get_CacheMode();
public: __property void set_CacheMode( 
   System.Windows.Media.CacheMode* value
);
public:
property System.Windows.Media.CacheMode^ CacheMode {
   System.Windows.Media.CacheMode^ get();
   void set (    System.Windows.Media.CacheMode^ value);
}
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

FormulaBar Class
FormulaBar Members