[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.GetFullPrecedents

GetFullPrecedents Method

GetFullPrecedents(bool)

Returns an array of 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[] GetFullPrecedents(bool excludeUnlinkedWorksheet = true)
Function GetFullPrecedents(Optional excludeUnlinkedWorksheet As Boolean = True) As IRange()
Parameters
Type Name Description
bool excludeUnlinkedWorksheet

true if the precedents of unlinked worksheet will be excluded; otherwise, false. The default value is true.

Returns
Type Description
IRange[]

The precedents.

Remarks

The method can trace remote references