Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtMetaFileHeader Class / OfficeDrawingType Property


In This Topic
    OfficeDrawingType Property (OfficeArtMetaFileHeader)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OfficeDrawingType As OfficeArtRecordType
    'Usage
     
    
    Dim instance As OfficeArtMetaFileHeader
    Dim value As OfficeArtRecordType
     
    value = instance.OfficeDrawingType
    public OfficeArtRecordType OfficeDrawingType {get;}
    See Also