'Declaration Public Overloads Function Contains( _
ByVal columnIndexИндекс столбца.As System.Int32, _
ByVal rowIndexИндекс строки.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
- Индекс столбца.
- rowIndex
- Индекс строки.
Return Value
True, если ссылка на ячейку содержится в этом CellReferences; в противном случае, false.