AppliesTo Property (IDatabar)
In This Topic
Returns a
IRange object specifying the cell range to which the formatting rule is applied.
Syntax
'Declaration
ReadOnly Property AppliesTo As IRange
'Usage
Dim instance As IDatabar
Dim value As IRange
value = instance.AppliesTo
Property Value
A
IRange object specifying the cell range to which the formatting rule is applied.
See Also