Description
Gets or sets the overriding range cell resolution value.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property RangeCellResolution() As Double
|
[C#] |
---|
public double RangeCellResolution {get; set;}
|
[Managed C++] |
---|
public: __property double get_RangeCellResolution(); public: __property void set_RangeCellResolution( double );
|
[Unmanaged C++] |
---|
public: HRESULT get_RangeCellResolution( double * pRetVal ); public: HRESULT put_RangeCellResolution( double NewRangeCellResolution );
|
[Java] |
---|
public double getRangeCellResolution(); public void setRangeCellResolution( double );
|
See Also