[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.DirectPrecedents

DirectPrecedents Property

DirectPrecedents

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.

Declaration
IRange DirectPrecedents { get; }
ReadOnly Property DirectPrecedents As IRange
Property Value
Type Description
IRange

A Range object that represents the range containing all the direct precedents of a cell.

Remarks

The DirectDependents property only works on the active sheet and can not trace remote references.