'Declaration Public Shared Function Exclude( _
ByVal cellsЯчейки.As CellReferences, _
ByVal cellsToExcludeИсключаемые ссылки на ячейки.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
- Ячейки.
- cellsToExclude
- Исключаемые ссылки на ячейки.
Return Value
Новый экземпляр CellReferencesSet.