Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / GetItemCount Method
An integer value indicates the first index.
An integer value indicates the second index.


In This Topic
    GetItemCount Method
    In This Topic
    Gets the total number of items between the index and index2.
    Syntax
    'Declaration
     
    
    Public Function GetItemCount( _
       ByVal index As Integer, _
       ByVal index2 As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IndexBitmap
    Dim index As Integer
    Dim index2 As Integer
    Dim value As Integer
     
    value = instance.GetItemCount(index, index2)
    public int GetItemCount( 
       int index,
       int index2
    )

    Parameters

    index
    An integer value indicates the first index.
    index2
    An integer value indicates the second index.

    Return Value

    An System.Int32 value represents the total number of items between the index and index2.
    See Also