Opt whether to allow automatic resizing of data display height.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseAutoSizeHeight() As Boolean |
[C#] |
---|
public bool UseAutoSizeHeight {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseAutoSizeHeight(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseAutoSizeHeight( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseAutoSizeHeight( VARIANT_BOOL UseAutoSizeHeight ); |
[Java] |
---|
public bool getUseAutoSizeHeight(); public void setUseAutoSizeHeight( bool ); |