Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CommandBarInfo Class / UseSheetSkin Property
Example


In This Topic
    UseSheetSkin Property
    In This Topic
    Gets or sets whether to keep the same appearance with ActiveSheetView.ActiveSkin.
    Syntax
    'Declaration
     
    
    Public Property UseSheetSkin As Boolean
    'Usage
     
    
    Dim instance As CommandBarInfo
    Dim value As Boolean
     
    instance.UseSheetSkin = value
     
    value = instance.UseSheetSkin
    public bool UseSheetSkin {get; set;}
    Example
    This example sets the UseSheetSkin property.
    See Also