[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Precedents

Precedents Property

Precedents

Returns an IRange object that represents all the precedents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one precedent.

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

The precedents.

Remarks

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

OSZAR »