Spread Windows Forms 12.0 Product Documentation
GetArray Method (DefaultSheetStyleModel)


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
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)
public object[,] GetArray( 
   int row,
   int column,
   int rowCount,
   int 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

Return Value

Two-dimensional Object array (row,column) containing the values
See Also

Reference

DefaultSheetStyleModel Class
DefaultSheetStyleModel Members