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