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


In This Topic
    ptSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ptSize As POINT
    'Usage
     
    
    Dim instance As OfficeArtMetaFileHeader
    Dim value As POINT
     
    instance.ptSize = value
     
    value = instance.ptSize
    public POINT ptSize {get; set;}
    See Also