IsConstant property
Example
Determines whether a formula of the cell is a constant expression.
Version added
4.0
Syntax
intRet = object.IsConstant
|
intRet
|
Integer. True (-1) if the object's formula is a constant; otherwise, False (0).
|
object
|
Required. An expression that returns a Cell object.
|