Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage Class / WebImage Constructor


In This Topic
    WebImage Constructor
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal url As String, _
       ByVal worksheet As IWorksheet, _
       ByVal row As Integer, _
       ByVal column As Integer _
    )
    'Usage
     
    
    Dim url As String
    Dim worksheet As IWorksheet
    Dim row As Integer
    Dim column As Integer
     
    Dim instance As New WebImage(url, worksheet, row, column)
    public WebImage( 
       string url,
       IWorksheet worksheet,
       int row,
       int column
    )

    Parameters

    url
    worksheet
    row
    column
    See Also