Description
Auto Compute Fill Granularity.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AutoGranularity() As Boolean
|
| [C#] |
|---|
public bool AutoGranularity {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_AutoGranularity(); public: __property void set_AutoGranularity( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AutoGranularity( VARIANT_BOOL * pRetVal ); public: HRESULT put_AutoGranularity( VARIANT_BOOL NewAutoGranularity );
|
| [Java] |
|---|
public bool getAutoGranularity();public void setAutoGranularity( bool );
|
See Also