Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / IgnoreApplySpreadSkin Property


In This Topic
    IgnoreApplySpreadSkin Property
    In This Topic
    Gets or sets a value that indicates whether to ignore applying Spread skin.
    Syntax
    'Declaration
     
    
    Protected Property IgnoreApplySpreadSkin As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.IgnoreApplySpreadSkin = value
     
    value = instance.IgnoreApplySpreadSkin
    protected bool IgnoreApplySpreadSkin {get; set;}
    See Also