Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / Clipboard Class / IsAvailable Method / IsAvailable(Int32) Method
An integer value indicates the data format.


In This Topic
    IsAvailable(Int32) Method
    In This Topic
    Gets a boolean value indicates whether the specified format is available in clipboard.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsAvailable( _
       ByVal format As Integer _
    ) As Boolean
    'Usage
     
    
    Dim format As Integer
    Dim value As Boolean
     
    value = Clipboard.IsAvailable(format)
    public static bool IsAvailable( 
       int format
    )

    Parameters

    format
    An integer value indicates the data format.

    Return Value

    true if the specified format is available in clipboard; otherwise, false.
    See Also