VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferences Class / Contains Methods / Contains(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
Contains(Int32,Int32) Method (CellReferences)
In This Topic
Determines if the specified cell is contained within this CellReferences.
Syntax
'Declaration

Public Overloads Function Contains( _
ByVal columnIndex
The column index.
As System.Int32, _
ByVal rowIndex
The row index.
As System.Int32 _
) As Boolean
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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also