Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / ContainsUnset Method


In This Topic
    ContainsUnset Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function ContainsUnset( _
       ByVal index As Integer, _
       ByVal index2 As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IndexBitmap
    Dim index As Integer
    Dim index2 As Integer
    Dim value As Boolean
     
    value = instance.ContainsUnset(index, index2)
    public bool ContainsUnset( 
       int index,
       int index2
    )

    Parameters

    index
    index2
    See Also