DirectPrecedents Property
In This Topic
Returns a
IRange object that represents the range containing all the direct precedents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one dependent.
Syntax
'Declaration
ReadOnly Property DirectPrecedents As IRange
'Usage
Dim instance As IRange
Dim value As IRange
value = instance.DirectPrecedents
IRange DirectPrecedents {get;}
Property Value
A Range object that represents the range containing all the direct precedents of a cell.
See Also