FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / InsertImage Method

In This Topic
    InsertImage Method
    In This Topic
    Insert image to FlexSheet
    Syntax
    'Declaration
     
    
    Public Sub InsertImage( _
       ByVal imageSource As ImageSource _
    ) 
    public void InsertImage( 
       ImageSource imageSource
    )

    Parameters

    imageSource
    See Also