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


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