'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)
IRange[] GetFullPrecedents( bool excludeUnlinkedWorksheet )
Parameters
- excludeUnlinkedWorksheet
true
if the precedents of unlinked worksheet will be excluded; otherwise,false
. The default value istrue
.
Return Value
The precedents.