Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / Insert Method
The zero-based starting index of the range of elements to insert.
The number of elements to insert.


In This Topic
Insert Method (IndexBitmap)
In This Topic
Insert an empty range of elements into the IndexBitmap.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal length As Integer _
) 
 
'Usage
 
Dim instance As IndexBitmap
Dim index As Integer
Dim length As Integer
 
instance.Insert(index, length)

Parameters

index
The zero-based starting index of the range of elements to insert.
length
The number of elements to insert.
See Also