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


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