'Declaration Public Shared Function Exclude( _
ByVal cellsThe cells.As CellReferences, _
ByVal cellsToExcludeThe cell references to exclude.As CellReferences _
) As CellReferencesSet
public static CellReferencesSet Exclude(
CellReferences cells,
CellReferences cellsToExclude
)
public: static CellReferencesSet* Exclude(
CellReferences* cells,
CellReferences* cellsToExclude
)
public:
static CellReferencesSet^ Exclude(
CellReferences^ cells,
CellReferences^ cellsToExclude
)
Parameters
- cells
- The cells.
- cellsToExclude
- The cell references to exclude.
Return Value
A new instance of CellReferencesSet.