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