Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class
Properties Methods


IntervalBitmap Class Members

The following tables list the members exposed by IntervalBitmap.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the IntervalBitmap class.  
Top
Public Properties
 NameDescription
Public PropertyReturns the minimum rows (from the begining) which contains all non-null values.  
Public PropertyGets the total non-null values.  
Top
Public Methods
 NameDescription
Public MethodOverloaded.   
Public MethodClones the specified range of the IntervalBitmap.  
Public Methodstatic (Shared in Visual Basic)Copies a range of elements from an IntervalArray starting at the specified source index and pastes them to another IntervalArray starting at the specified target index. The length and the indexes are specified as 32-bit integers.  
Public MethodFills a range of array with a specified value.  
Public MethodDetermines whether the element at the specified index is set.  
Public MethodGets the total number of non-empty chunks.  
Public MethodGets the quick access key. This function is used to optimized accessing data from SparseArray. Caller can determine whether the data exists in SparseArray without transfering default data.  
Public Method  
Public MethodTurns on the bit at the specified position.  
Top
Public Operators
Performs an implicit conversion from IntervalBitmap to IndexBitmap.
Top
See Also