Create cell object with pre-created data in specified dimensions
| C# | Visual Basic | Visual C++ |
public ILCell( ILBaseArray[] data, params int[] size )
Public Sub New ( _ data As ILBaseArray(), _ ParamArray size As Integer() _ )
public: ILCell( array<ILBaseArray^>^ data, ... array<int>^ size )
- data (array< ILBaseArray >[]()[])
- size (array< Int32 >[]()[])
object array data will directly be used for storage. No
copy will be made. The size must match prod(size)