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