Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class / CanExcuteClipboardFormat Method


In This Topic
    CanExcuteClipboardFormat Method
    In This Topic
    Gets a boolean value indicating whether Spread can handle this format data on clipboard.
    Syntax
    'Declaration
     
    
    Public Shared Function CanExcuteClipboardFormat( _
       ByVal worksheet As IWorksheet, _
       ByVal formatId As UInteger _
    ) As Boolean
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim formatId As UInteger
    Dim value As Boolean
     
    value = ClipboardPasteCommand.CanExcuteClipboardFormat(worksheet, formatId)
    public static bool CanExcuteClipboardFormat( 
       IWorksheet worksheet,
       uint formatId
    )

    Parameters

    worksheet
    formatId
    See Also