Spread WinForms 15
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)

Parameters

other
row
row2
See Also