Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / GetEditCommands Method / GetEditCommands(IWorksheet,String) Method
The source worksheet.
Source image path.


In This Topic
    GetEditCommands(IWorksheet,String) Method
    In This Topic
    Get the commands use for insert image to active cell in specified worksheet.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetEditCommands( _
       ByVal worksheet As IWorksheet, _
       ByVal cellImagePath As String _
    ) As Command()
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim cellImagePath As String
    Dim value() As Command
     
    value = UIHelper.GetEditCommands(worksheet, cellImagePath)
    public static Command[] GetEditCommands( 
       IWorksheet worksheet,
       string cellImagePath
    )

    Parameters

    worksheet
    The source worksheet.
    cellImagePath
    Source image path.
    See Also