ComboTableColumnStyle.Width Property
Gets the table width.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public int Width { get; set; }
public:
property int Width {
int get();
void set(int value);
}
Public Property Width As Integer
Property Value
Type: System.Int32
The table width.
See Also
ComboTableColumnStyle Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top