'Declaration Public Function Remove( _
ByVal cellReferencesСсылки на ячейки для удаления.As CellReferences _
) As Boolean
public bool Remove(
CellReferences cellReferences
)
public: bool Remove(
CellReferences* cellReferences
)
public:
bool Remove(
CellReferences^ cellReferences
)
Parameters
- cellReferences
- Ссылки на ячейки для удаления.
Return Value
True, если ссылка на ячейку удалена; в противном случае, false.