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

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