Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ContainMultiCellsArrayFormula Method
An integer indicates the index of row
An integer indicates the index of column
An integer indicates the row count
An integer indicates the column count


In This Topic
    ContainMultiCellsArrayFormula Method
    In This Topic
    Checks whether a specified range contains multi-cells array formula
    Syntax
    'Declaration
     
    
    Public Function ContainMultiCellsArrayFormula( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
    Dim value As Boolean
     
    value = instance.ContainMultiCellsArrayFormula(row, column, rowCount, columnCount)
    public bool ContainMultiCellsArrayFormula( 
       int row,
       int column,
       int rowCount,
       int columnCount
    )

    Parameters

    row
    An integer indicates the index of row
    column
    An integer indicates the index of column
    rowCount
    An integer indicates the row count
    columnCount
    An integer indicates the column count

    Return Value

    true if multi-cells array formula intersects with range, false otherwise
    Remarks
    Internal use only
    See Also