Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerFmt Class / fArShadow Property


In This Topic
    fArShadow Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fArShadow As Boolean
    'Usage
     
    
    Dim instance As SerFmt
    Dim value As Boolean
     
    instance.fArShadow = value
     
    value = instance.fArShadow
    public bool fArShadow {get; set;}
    See Also