Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / Clipboard Class / IsAvailable Method / IsAvailable(String) Method
A string value indicates the data format.


In This Topic
    IsAvailable(String) 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 String _
    ) As Boolean
    'Usage
     
    
    Dim format As String
    Dim value As Boolean
     
    value = Clipboard.IsAvailable(format)
    public static bool IsAvailable( 
       string format
    )

    Parameters

    format
    A string value indicates the data format.

    Return Value

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