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

Public Overloads Function Contains( _
ByVal cellReferences
The CellReferences to test.
As CellReferences _
) As Boolean
public bool Contains(
CellReferences cellReferences
)

Parameters

cellReferences
The CellReferences to test.

Return Value

True if the cellReferences is fully 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