GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / GetFullPrecedents Method
true if the precedents of unlinked worksheet will be excluded; otherwise, false. The default value is true.


In This Topic
GetFullPrecedents Method
In This Topic
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.
Syntax
'Declaration
 
Function GetFullPrecedents( _
   Optional ByVal excludeUnlinkedWorksheet As Boolean _
) As IRange()
 
'Usage
 
Dim instance As IRange
Dim excludeUnlinkedWorksheet As Boolean
Dim value() As IRange
 
value = instance.GetFullPrecedents(excludeUnlinkedWorksheet)

Parameters

excludeUnlinkedWorksheet
true if the precedents of unlinked worksheet will be excluded; otherwise, false. The default value is true.
Remarks
The method can trace remote references
See Also