'Declaration Public Overloads Function Contains( _
ByVal cellReferenceThe CellReference to test.As CellReference _
) As Boolean
public bool Contains(
CellReference cellReference
)
public: bool Contains(
CellReference* cellReference
)
public:
bool Contains(
CellReference^ cellReference
)
Parameters
- cellReference
- The CellReference to test.
Return Value
True if the cellReference is contained within this CellReferences; otherwise, false.