Description
Opt whether to allow automatic resizing of data display width.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseAutoSizeWidth() As Boolean
|
[C#] |
---|
public bool UseAutoSizeWidth {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseAutoSizeWidth(); public: __property void set_UseAutoSizeWidth(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_UseAutoSizeWidth(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAutoSizeWidth(
VARIANT_BOOL UseAutoSizeWidth
);
|
[Java] |
---|
public bool getUseAutoSizeWidth();
public void setUseAutoSizeWidth(
bool
);
|
See Also