LightSwitch HTML Edition
Width Property






Gets or sets the preferred width to be used for showing the field in the user interface.
Syntax
'Declaration
 
Public Property Width As System.Integer
'Usage
 
Dim instance As C1OlapField
Dim value As System.Integer
 
instance.Width = value
 
value = instance.Width
public System.int Width {get; set;}
public read-write property Width: System.Integer; 
public function get,set Width : System.int
public: __property System.int get_Width();
public: __property void set_Width( 
   System.int value
);
public:
property System.int Width {
   System.int get();
   void set (    System.int value);
}
Remarks
Setting this property to zero or to a negative value disables it. Setting it to a positive value causes any bound grid controls to use the value when setting column widths.
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

C1OlapField Class
C1OlapField Members

Send Feedback