Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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