'Declaration Public Shared Function Exclude( _
ByVal cellsSetНабор ячеек.As CellReferencesSet, _
ByVal cellsToExcludeИсключаемые ссылки на ячейки.As CellReferences _
) As CellReferencesSet
public static CellReferencesSet Exclude(
CellReferencesSet cellsSet,
CellReferences cellsToExclude
)
public: static CellReferencesSet* Exclude(
CellReferencesSet* cellsSet,
CellReferences* cellsToExclude
)
public:
static CellReferencesSet^ Exclude(
CellReferencesSet^ cellsSet,
CellReferences^ cellsToExclude
)
Parameters
- cellsSet
- Набор ячеек.
- cellsToExclude
- Исключаемые ссылки на ячейки.
Return Value
Новый экземпляр CellReferencesSet.