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