'DeclarationPublic Function Exclude( _ ByVal cellRangeToExclude As SelectionCellRange _ ) As SelectionCellRange()
'UsageDim 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.