Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / IsFilled Method


In This Topic
IsFilled Method
In This Topic
Determines whether there the specified range is all set.
Syntax
'Declaration
 
Public Function IsFilled( _
   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.IsFilled(index, index2)

Parameters

index
index2

Return Value

true if all indexes are set; otherwise, false.
See Also