Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomImageInfo Class / CustomImageInfo Constructor / CustomImageInfo Constructor(Int32)
Index of custom image in spread's custom image list.


In This Topic
    CustomImageInfo Constructor(Int32)
    In This Topic
    Initializes a new instance of the CustomImageInfo class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal index As Integer _
    )
    'Usage
     
    
    Dim index As Integer
     
    Dim instance As New CustomImageInfo(index)
    public CustomImageInfo( 
       int index
    )

    Parameters

    index
    Index of custom image in spread's custom image list.
    See Also