Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / ArShadow Property


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