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 * pVal
);
public: HRESULT put_RangeCellResolution(
double val
);
|
[Java] |
---|
public double getRangeCellResolution();
public void setRangeCellResolution(
double
);
|
See Also