Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / Fill Method
An integer value indicates the start index of the specified range.
An integer value indicates the end index of the specified range.


In This Topic
    Fill Method (IndexBitmap)
    In This Topic
    Sets the bits at a specific range in the IndexBitmap.
    Syntax
    'Declaration
     
    
    Public Sub Fill( _
       ByVal index As Integer, _
       ByVal index2 As Integer _
    ) 
    'Usage
     
    
    Dim instance As IndexBitmap
    Dim index As Integer
    Dim index2 As Integer
     
    instance.Fill(index, index2)
    public void Fill( 
       int index,
       int index2
    )

    Parameters

    index
    An integer value indicates the start index of the specified range.
    index2
    An integer value indicates the end index of the specified range.
    See Also