DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / GetIndexPathsToInsertForSupplementaryView Method

In This Topic
    GetIndexPathsToInsertForSupplementaryView Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetIndexPathsToInsertForSupplementaryView( _
       ByVal kind As Foundation.NSString _
    ) As Foundation.NSIndexPath()
    public virtual Foundation.NSIndexPath[] GetIndexPathsToInsertForSupplementaryView( 
       Foundation.NSString kind
    )

    Parameters

    kind
    See Also