Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / Fill Method
The start index of range.
The length of range.


In This Topic
Fill Method (IntervalBitmap)
In This Topic
Fills a range of array with a specified value.
Syntax
'Declaration
 
Public Sub Fill( _
   ByVal index As Integer, _
   ByVal length As Integer _
) 
 
'Usage
 
Dim instance As IntervalBitmap
Dim index As Integer
Dim length As Integer
 
instance.Fill(index, length)

Parameters

index
The start index of range.
length
The length of range.
See Also