SpreadsheetGear 2017
MinWidth Property (FormulaBar)






SpreadsheetGear.Windows.Controls Namespace > FormulaBar Class : MinWidth Property
Syntax
'Declaration
 
Public Property MinWidth As System.Double
'Usage
 
Dim instance As FormulaBar
Dim value As System.Double
 
instance.MinWidth = value
 
value = instance.MinWidth
public System.double MinWidth {get; set;}
public read-write property MinWidth: System.Double; 
public function get,set MinWidth : System.double
public: __property System.double get_MinWidth();
public: __property void set_MinWidth( 
   System.double value
);
public:
property System.double MinWidth {
   System.double get();
   void set (    System.double 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