Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Factory Class / CreateWorksheetDrawing Method


In This Topic
    CreateWorksheetDrawing Method
    In This Topic
    Gets the worksheet drawing.
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateWorksheetDrawing( _
       ByVal worksheet As Worksheet _
    ) As WorksheetDrawing
    'Usage
     
    
    Dim instance As Factory
    Dim worksheet As Worksheet
    Dim value As WorksheetDrawing
     
    value = instance.CreateWorksheetDrawing(worksheet)
    public virtual WorksheetDrawing CreateWorksheetDrawing( 
       Worksheet worksheet
    )

    Parameters

    worksheet
    See Also