Spread Windows Forms 12.0 Product Documentation
DirectDependents Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : DirectDependents Property
Returns a Range object that represents the range containing all the direct dependents 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 DirectDependents As IRange
'Usage
 
Dim instance As IRange
Dim value As IRange
 
value = instance.DirectDependents
IRange DirectDependents {get;}

Property Value

A Range object that represents the range containing all the direct dependents of a cell.
Remarks
The DirectDependents property only works on the active sheet and can not trace remote references.
See Also

Reference

IRange Interface
IRange Members