Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLColumn Class / Style Property

In This Topic
    Style Property (XLColumn)
    In This Topic
    Gets or sets the XLStyle object that determines the appearance of the column.
    Syntax
    'Declaration
     
    
    Public Property Style As XLStyle
    public XLStyle Style {get; set;}
    See Also