Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / Get Method
The index of the element to check.


In This Topic
Get Method (IntervalBitmap)
In This Topic
Determines whether the element at the specified index is set.
Syntax
'Declaration
 
Public Function Get( _
   ByVal index As Integer _
) As Boolean
 
'Usage
 
Dim instance As IntervalBitmap
Dim index As Integer
Dim value As Boolean
 
value = instance.Get(index)

Parameters

index
The index of the element to check.

Return Value

true if the element at the specified index is set; otherwise, false.
See Also