Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ShadowType Property


In This Topic
    ShadowType Property (ExcelShape)
    In This Topic
    Gets or sets the type of the shadow.
    Syntax
    'Declaration
     
    
    Public Property ShadowType As MsoShadowType
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As MsoShadowType
     
    instance.ShadowType = value
     
    value = instance.ShadowType
    public MsoShadowType ShadowType {get; set;}

    Property Value

    type of the shadow
    See Also