Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / Or Method


In This Topic
    Or Method (IntervalBitmap)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Or( _
       ByVal other As IntervalBitmap, _
       ByVal row As Integer, _
       ByVal row2 As Integer _
    ) 
    'Usage
     
    
    Dim instance As IntervalBitmap
    Dim other As IntervalBitmap
    Dim row As Integer
    Dim row2 As Integer
     
    instance.Or(other, row, row2)
    public void Or( 
       IntervalBitmap other,
       int row,
       int row2
    )

    Parameters

    other
    row
    row2
    See Also