Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class
Properties Methods


In This Topic
    IndexBitmap Class Members
    In This Topic

    The following tables list the members exposed by IndexBitmap.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the length of the stored data.  
    Top
    Public Methods
     NameDescription
    Public MethodPerforms the bitwise AND operation between the elements of the current IndexBitmap object and the corresponding elements in the specified array.  
    Public MethodOverloaded. Clears all bits in the IndexBitmap.  
    Public MethodCreates a shallow copy of the IndexBitmap.  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Copies a range of elements from an IndexBitmap starting at the specified source index and pastes them to another IndexBitmap starting at the specified target index. The length and the indexes are specified as 32-bit integers.  
    Public MethodOverloaded. Copies current indexes bitmap to the specified IndexBitmap.  
    Public MethodSets the bits at a specific range in the IndexBitmap.  
    Public MethodGets the value of the bit at a specific position in the IndexBitmap.  
    Public MethodGets the total number of items between the index and index2.  
    Public MethodInsert an empty range of elements into the IndexBitmap.  
    Public MethodOverloaded. Gets a value indicating whether the IndexBitmap is empty.  
    Public MethodDetermines whether there the specified range is all set.  
    Public Methodstatic (Shared in Visual Basic)Moves a range of elements from an IndexBitmap starting at the specified source index and pastes them to another IndexBitmap starting at the specified target index. Elements of old range will be clear. The length and the indexes are specified as 32-bit integers.  
    Public MethodOverloaded. Performs the bitwise OR operation between the elements of the current IndexBitmap object and the corresponding elements in the specified array.  
    Public MethodRemoves a range of elements from the IndexBitmap.  
    Public MethodSets the bit at a specific position in the IndexBitmap.  
    Public Methodstatic (Shared in Visual Basic)Swaps a range of elements from an IndexBitmap starting at the specified source index with another IndexBitmap starting at the specified target index. The length and the indexes are specified as 32-bit integers.  
    Public Method  
    Top
    Public Operators
    Performs the bitwise AND operation between two IndexBitmap objects.
    Performs the bitwise OR operation between two IndexBitmap objects.
    Top
    See Also