VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferences Class / Contains Methods / Contains(CellReferences) Method
Синтаксис Требования Смотрите также
В этом разделе
    Contains(CellReferences) Метод (CellReferences)
    В этом разделе
    Определяет, содержатся ли все указанные ячейки в этом CellReferences.
    Синтаксис
    'Declaration
    
    Public Overloads Function Contains( _
    ByVal cellReferences
    CellReferences для проверки.
    As CellReferences _
    ) As Boolean
    public bool Contains(
    CellReferences cellReferences
    )
    public: bool Contains(
    CellReferences* cellReferences
    )
    public:
    bool Contains(
    CellReferences^ cellReferences
    )

    Parameters

    cellReferences
    CellReferences для проверки.

    Return Value

    True, если cellReferences полностью содержится в этом CellReferences; в противном случае, false.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также