'Declaration Public Overloads Function Contains( _
ByVal columnIndexThe column index.As System.Int32, _
ByVal rowIndexThe row index.As System.Int32 _
) As Boolean
public bool Contains(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public: bool Contains(
System.Int32 columnIndex,
System.Int32 rowIndex
)
public:
bool Contains(
System.Int32 columnIndex,
System.Int32 rowIndex
)
Parameters
- columnIndex
- The column index.
- rowIndex
- The row index.
Return Value
True if cell reference is contained within this CellReferences; otherwise, false.