'Declaration Public Function Exclude( _ ByVal rangeToExclude As SelectionRange _ ) As SelectionRange()
'Usage Dim instance As SelectionRange Dim rangeToExclude As SelectionRange Dim value() As SelectionRange value = instance.Exclude(rangeToExclude)
public SelectionRange[] Exclude( SelectionRange rangeToExclude )
Parameters
- rangeToExclude
- A SelectionRange structure representing the data items to exclude
Return Value
A list of SelectionRange structures representing the new range.