Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / GetArray Method
Index of the starting row in the model
Index of the starting column in the model
Number of rows in the model to copy
Number of columns in the model to copy


In This Topic
    GetArray Method (DefaultSheetStyleModel)
    In This Topic
    Gets an object array from a specified range of cells in the model.
    Syntax
    'Declaration
     
    
    Public Function GetArray( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) As Object(,)
    'Usage
     
    
    Dim instance As DefaultSheetStyleModel
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
    Dim value() As Object
     
    value = instance.GetArray(row, column, rowCount, columnCount)

    Parameters

    row
    Index of the starting row in the model
    column
    Index of the starting column in the model
    rowCount
    Number of rows in the model to copy
    columnCount
    Number of columns in the model to copy
    See Also