Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IMedia Interface / ContentType Property


In This Topic
    ContentType Property (IMedia)
    In This Topic
    Gets the content type of embedded resource.
    Syntax
    'Declaration
     
    
    ReadOnly Property ContentType As String
    'Usage
     
    
    Dim instance As IMedia
    Dim value As String
     
    value = instance.ContentType
    string ContentType {get;}
    See Also