Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetBase Class / EnsureCaculated Method
the start row index
the start column index
the end row index
the end column index


In This Topic
    EnsureCaculated Method
    In This Topic
    Ensure that all data in specify range is calculated
    Syntax
    'Declaration
     
    
    Public Sub EnsureCaculated( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer _
    ) 
    'Usage
     
    
    Dim instance As WorksheetBase
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
     
    instance.EnsureCaculated(row, column, row2, column2)
    public void EnsureCaculated( 
       int row,
       int column,
       int row2,
       int column2
    )

    Parameters

    row
    the start row index
    column
    the start column index
    row2
    the end row index
    column2
    the end column index
    See Also