Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Scatter Class / fHasShadow Property


In This Topic
    fHasShadow Property (Scatter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fHasShadow As Byte
    'Usage
     
    
    Dim instance As Scatter
    Dim value As Byte
     
    instance.fHasShadow = value
     
    value = instance.fHasShadow
    public byte fHasShadow {get; set;}
    See Also