'Declaration Public Function Exclude( _ ByVal cellRangeToExclude As SelectionCellRange _ ) As SelectionCellRange()
'Usage Dim instance As SelectionCellRange Dim cellRangeToExclude As SelectionCellRange Dim value() As SelectionCellRange value = instance.Exclude(cellRangeToExclude)
public SelectionCellRange[] Exclude( SelectionCellRange cellRangeToExclude )
Parameters
- cellRangeToExclude
- A SelectionCellRange instance representing the cells to exclude from the selection.
Return Value
A list of SelectionCellRange structures representing the new range.