'Declaration Public Function Remove( _
ByVal cellReferencesThe cell references to remove.As CellReferences _
) As Boolean
public bool Remove(
CellReferences cellReferences
)
public: bool Remove(
CellReferences* cellReferences
)
public:
bool Remove(
CellReferences^ cellReferences
)
Parameters
- cellReferences
- The cell references to remove.
Return Value
True if the cell reference is removed; otherwise, false.