Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFBSE Class / OfficeArtBlipSize Property


In This Topic
    OfficeArtBlipSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property OfficeArtBlipSize As Nullable(Of Integer)
    'Usage
     
    
    Dim instance As OfficeArtFBSE
    Dim value As Nullable(Of Integer)
     
    instance.OfficeArtBlipSize = value
     
    value = instance.OfficeArtBlipSize
    public Nullable<int> OfficeArtBlipSize {get; set;}
    See Also